#30BA16

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

Shades of Kelly Green #30BA16

Tints of Kelly Green #30BA16

Color information

#30BA16 (or 0x30BA16) is unknown color: approx Kelly Green. HEX triplet: 30, BA and 16. RGB value is (48,186,22). Sum of RGB (Red+Green+Blue) = 48+186+22=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BA16 is #CF45E9. Grayscale: #7E7E7E. Windows color (decimal): -13583850 or 1489456. OLE color: 1489456.

HSL color Cylindrical-coordinate representation of color #30BA16: hue angle of 110.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30BA16 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB4818622-
CMYK0.7400.880.27
HSL110.49º78.85%40.78%-
HSV(B)110.49º88.17%72.94%-
XYZ18.9235.86.67-
YUV126.0469.2872.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 186 (73.05% from 255) = 72.66%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=18.75%
G=72.66%
B=8.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48186220.7400.880.27110.4978.8540.78
Hex30BA164A0581B6e4f29
Octal602722611201303315611751
Binary11000010111010101101001010010110001101111011101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,186,22); }

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

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

 a { background-color: rgb(48,186,22); }

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

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

 span { border-color: rgb(48,186,22); }

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