#2EAF00

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

Shades of Kelly Green #2EAF00

Tints of Kelly Green #2EAF00

Color information

#2EAF00 (or 0x2EAF00) is unknown color: approx Kelly Green. HEX triplet: 2E, AF and 00. RGB value is (46,175,0). Sum of RGB (Red+Green+Blue) = 46+175+0=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 175 (68.75% from 255 or 79.19% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAF00 is #D150FF. Grayscale: #757575. Windows color (decimal): -13717760 or 44846. OLE color: 44846.

HSL color Cylindrical-coordinate representation of color #2EAF00: hue angle of 104.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EAF00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB461750-
CMYK0.74010.31
HSL104.23º100%34.31%-
HSV(B)104.23º100%68.63%-
XYZ16.4631.245.16-
YUV116.4862.2677.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 175 (68.75% from 255) = 79.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.81%
G=79.19%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4617500.74010.31104.2310034.31
Hex2EAF04A0641F686422
Octal56257011201443715014442
Binary1011101010111101001010011001001111111010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,175,0); }

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

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

 a { background-color: rgb(46,175,0); }

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

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

 span { border-color: rgb(46,175,0); }

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