#30B20F

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

Shades of Kelly Green #30B20F

Tints of Kelly Green #30B20F

Color information

#30B20F (or 0x30B20F) is unknown color: approx Kelly Green. HEX triplet: 30, B2 and 0F. RGB value is (48,178,15). Sum of RGB (Red+Green+Blue) = 48+178+15=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 178 (69.92% from 255 or 73.86% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 178 - color contains mainly: green. Hex color #30B20F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30B20F is #CF4DF0. Grayscale: #797979. Windows color (decimal): -13585905 or 1028656. OLE color: 1028656.

HSL color Cylindrical-coordinate representation of color #30B20F: hue angle of 107.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30B20F is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB4817815-
CMYK0.7300.920.30
HSL107.85º84.46%37.84%-
HSV(B)107.85º91.57%69.8%-
XYZ17.2332.55.82-
YUV120.5568.4376.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 178 (69.92% from 255) = 73.86%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=19.92%
G=73.86%
B=6.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48178150.7300.920.30107.8584.4637.84
Hex30B2F4905C1E6c5426
Octal602621711101343615412446
Binary1100001011001011111001001010111001111011011001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,178,15); }

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

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

 a { background-color: rgb(48,178,15); }

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

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

 span { border-color: rgb(48,178,15); }

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