#2FB70E

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

Shades of Kelly Green #2FB70E

Tints of Kelly Green #2FB70E

Color information

#2FB70E (or 0x2FB70E) is unknown color: approx Kelly Green. HEX triplet: 2F, B7 and 0E. RGB value is (47,183,14). Sum of RGB (Red+Green+Blue) = 47+183+14=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 183 (71.88% from 255 or 75% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB70E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB70E is #D048F1. Grayscale: #7B7B7B. Windows color (decimal): -13650162 or 964399. OLE color: 964399.

HSL color Cylindrical-coordinate representation of color #2FB70E: hue angle of 108.28º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FB70E is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB4718314-
CMYK0.7400.920.28
HSL108.28º85.79%38.63%-
HSV(B)108.28º92.35%71.76%-
XYZ18.1934.56.12-
YUV123.0766.4473.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.26%
GREEN value IS 183 (71.88% from 255) = 75%
BLUE value IS 14 (5.86% from 255) = 5.74%
R=19.26%
G=75%
B=5.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal47183140.7400.920.28108.2885.7938.63
Hex2FB7E4A05C1C6c5627
Octal572671611201343415412647
Binary1011111011011111101001010010111001110011011001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,183,14); }

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

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

 a { background-color: rgb(47,183,14); }

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

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

 span { border-color: rgb(47,183,14); }

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