#2FC207

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

Shades of Kelly Green #2FC207

Tints of Kelly Green #2FC207

Color information

#2FC207 (or 0x2FC207) is unknown color: approx Kelly Green. HEX triplet: 2F, C2 and 07. RGB value is (47,194,7). Sum of RGB (Red+Green+Blue) = 47+194+7=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 194 (76.17% from 255 or 78.23% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC207 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC207 is #D03DF8. Grayscale: #818181. Windows color (decimal): -13647353 or 508463. OLE color: 508463.

HSL color Cylindrical-coordinate representation of color #2FC207: hue angle of 107.17º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FC207 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB471947-
CMYK0.7600.960.24
HSL107.17º93.03%39.41%-
HSV(B)107.17º96.39%76.08%-
XYZ20.539.26.69-
YUV128.7359.369.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 194 (76.17% from 255) = 78.23%
BLUE value IS 7 (3.12% from 255) = 2.82%
R=18.95%
G=78.23%
B=2.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4719470.7600.960.24107.1793.0339.41
Hex2FC274C060186b5d27
Octal57302711401403015313547
Binary101111110000101111001100011000001100011010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,194,7); }

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

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

 a { background-color: rgb(47,194,7); }

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

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

 span { border-color: rgb(47,194,7); }

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