#2FC60D

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

Shades of Kelly Green #2FC60D

Tints of Kelly Green #2FC60D

Color information

#2FC60D (or 0x2FC60D) is unknown color: approx Kelly Green. HEX triplet: 2F, C6 and 0D. RGB value is (47,198,13). Sum of RGB (Red+Green+Blue) = 47+198+13=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 198 (77.73% from 255 or 76.74% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC60D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC60D is #D039F2. Grayscale: #848484. Windows color (decimal): -13646323 or 902703. OLE color: 902703.

HSL color Cylindrical-coordinate representation of color #2FC60D: hue angle of 108.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FC60D is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB4719813-
CMYK0.7600.930.22
HSL108.97º87.68%41.37%-
HSV(B)108.97º93.43%77.65%-
XYZ21.4441.027.17-
YUV131.7660.9767.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.22%
GREEN value IS 198 (77.73% from 255) = 76.74%
BLUE value IS 13 (5.47% from 255) = 5.04%
R=18.22%
G=76.74%
B=5.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal47198130.7600.930.22108.9787.6841.37
Hex2FC6D4C05D166d5829
Octal573061511401352615513051
Binary1011111100011011011001100010111011011011011011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,198,13); }

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

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

 a { background-color: rgb(47,198,13); }

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

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

 span { border-color: rgb(47,198,13); }

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