#2FB211

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

Shades of Kelly Green #2FB211

Tints of Kelly Green #2FB211

Color information

#2FB211 (or 0x2FB211) is unknown color: approx Kelly Green. HEX triplet: 2F, B2 and 11. RGB value is (47,178,17). Sum of RGB (Red+Green+Blue) = 47+178+17=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 178 (69.92% from 255 or 73.55% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB211 is #D04DEE. Grayscale: #787878. Windows color (decimal): -13651439 or 1159727. OLE color: 1159727.

HSL color Cylindrical-coordinate representation of color #2FB211: hue angle of 108.82º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FB211 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB4717817-
CMYK0.7400.900.30
HSL108.82º82.56%38.24%-
HSV(B)108.82º90.45%69.8%-
XYZ17.1932.495.89-
YUV120.4869.675.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 178 (69.92% from 255) = 73.55%
BLUE value IS 17 (7.03% from 255) = 7.02%
R=19.42%
G=73.55%
B=7.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal47178170.7400.900.30108.8282.5638.24
Hex2FB2114A05A1E6d5326
Octal572622111201323615512346
Binary10111110110010100011001010010110101111011011011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,178,17); }

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

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

 a { background-color: rgb(47,178,17); }

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

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

 span { border-color: rgb(47,178,17); }

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