#2fbf0c

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

Shades of Kelly Green #2FBF0C

Tints of Kelly Green #2FBF0C

Color information

#2FBF0C (or 0x2FBF0C) is unknown color: approx Kelly Green. HEX triplet: 2F, BF and 0C. RGB value is (47,191,12). Sum of RGB (Red+Green+Blue) = 47+191+12=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 191 (75% from 255 or 76.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBF0C is #D040F3. Grayscale: #808080. Windows color (decimal): -13648116 or 835375. OLE color: 835375.

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

Color convert

RGB4719112-
CMYK0.7500.940.25
HSL108.27º88.18%39.8%-
HSV(B)108.27º93.72%74.9%-
XYZ19.8737.896.61-
YUV127.5462.7970.55-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.8%
GREEN value IS 191 (75% from 255) = 76.4%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=18.8%
G=76.4%
B=4.8%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47191120.7500.940.25108.2788.1839.8
Hex2FBFC4B05E196c5828
Octal572771411301363115413050
Binary1011111011111111001001011010111101100111011001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fbf0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2fbf0c; }

 p { color: rgb(47,191,12); }

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

<style>
 a { background-color: #2fbf0c; }

 a { background-color: rgb(47,191,12); }

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

<style>
 span { border-color: #2fbf0c; }

 span { border-color: rgb(47,191,12); }

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