#30C20B

Color #30C20B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #30C20B

Tints of Kelly Green #30C20B

Color information

#30C20B (or 0x30C20B) is unknown color: approx Kelly Green. HEX triplet: 30, C2 and 0B. RGB value is (48,194,11). Sum of RGB (Red+Green+Blue) = 48+194+11=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 194 (76.17% from 255 or 76.68% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 194 - color contains mainly: green. Hex color #30C20B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C20B is #CF3DF4. Grayscale: #828282. Windows color (decimal): -13581813 or 770608. OLE color: 770608.

HSL color Cylindrical-coordinate representation of color #30C20B: hue angle of 107.87º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30C20B is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB4819411-
CMYK0.7500.940.24
HSL107.87º89.27%40.2%-
HSV(B)107.87º94.33%76.08%-
XYZ20.5739.246.81-
YUV129.4861.1369.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 194 (76.17% from 255) = 76.68%
BLUE value IS 11 (4.69% from 255) = 4.35%
R=18.97%
G=76.68%
B=4.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal48194110.7500.940.24107.8789.2740.2
Hex30C2B4B05E186c5928
Octal603021311301363015413150
Binary1100001100001010111001011010111101100011011001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30C20B; }

 p { color: rgb(48,194,11); }

 H1.HeaderClassName
 {
   color: #30C20B;
 }
 .AnyTagClassName
 {
   color: #30C20B;
 }
</style>
background-color css

<style>
 a { background-color: #30C20B; }

 a { background-color: rgb(48,194,11); }

 div.DivClassName
 {
   background-color: #30C20B;
 }
 .BgClassName
 {
   background-color: #30C20B;
 }
</style>
border-color css

<style>
 span { border-color: #30C20B; }

 span { border-color: rgb(48,194,11); }

 td.TdClassName
 {
   border-color: #30C20B;
 }
 .TagClassName
 {
   border-color: #30C20B;
 }
</style>