#30BF0F

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

Shades of Kelly Green #30BF0F

Tints of Kelly Green #30BF0F

Color information

#30BF0F (or 0x30BF0F) is unknown color: approx Kelly Green. HEX triplet: 30, BF and 0F. RGB value is (48,191,15). Sum of RGB (Red+Green+Blue) = 48+191+15=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 191 (75% from 255 or 75.20% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BF0F is #CF40F0. Grayscale: #808080. Windows color (decimal): -13582577 or 1031984. OLE color: 1031984.

HSL color Cylindrical-coordinate representation of color #30BF0F: hue angle of 108.75º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30BF0F is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB4819115-
CMYK0.7500.920.25
HSL108.75º85.44%40.39%-
HSV(B)108.75º92.15%74.9%-
XYZ19.9437.926.72-
YUV128.1864.1270.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 191 (75% from 255) = 75.20%
BLUE value IS 15 (6.25% from 255) = 5.91%
R=18.90%
G=75.20%
B=5.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48191150.7500.920.25108.7585.4440.39
Hex30BFF4B05C196d5528
Octal602771711301343115512550
Binary1100001011111111111001011010111001100111011011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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