#30BF0A

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

Shades of Kelly Green #30BF0A

Tints of Kelly Green #30BF0A

Color information

#30BF0A (or 0x30BF0A) is unknown color: approx Kelly Green. HEX triplet: 30, BF and 0A. RGB value is (48,191,10). Sum of RGB (Red+Green+Blue) = 48+191+10=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 191 (75% from 255 or 76.71% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BF0A is #CF40F5. Grayscale: #808080. Windows color (decimal): -13582582 or 704304. OLE color: 704304.

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

Color convert

RGB4819110-
CMYK0.7500.950.25
HSL107.4º90.05%39.41%-
HSV(B)107.4º94.76%74.9%-
XYZ19.937.916.56-
YUV127.6161.6271.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 191 (75% from 255) = 76.71%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=19.28%
G=76.71%
B=4.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48191100.7500.950.25107.490.0539.41
Hex30BFA4B05F196b5a27
Octal602771211301373115313247
Binary1100001011111110101001011010111111100111010111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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