#2FB20F

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

Shades of Kelly Green #2FB20F

Tints of Kelly Green #2FB20F

Color information

#2FB20F (or 0x2FB20F) is unknown color: approx Kelly Green. HEX triplet: 2F, B2 and 0F. RGB value is (47,178,15). Sum of RGB (Red+Green+Blue) = 47+178+15=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB20F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB20F is #D04DF0. Grayscale: #787878. Windows color (decimal): -13651441 or 1028655. OLE color: 1028655.

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

Color convert

RGB4717815-
CMYK0.7400.920.30
HSL108.22º84.46%37.84%-
HSV(B)108.22º91.57%69.8%-
XYZ17.1832.485.82-
YUV120.2568.675.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.58%
GREEN value IS 178 (69.92% from 255) = 74.17%
BLUE value IS 15 (6.25% from 255) = 6.25%
R=19.58%
G=74.17%
B=6.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal47178150.7400.920.30108.2284.4637.84
Hex2FB2F4A05C1E6c5426
Octal572621711201343615412446
Binary1011111011001011111001010010111001111011011001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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