#2EAA01

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

Shades of Kelly Green #2EAA01

Tints of Kelly Green #2EAA01

Color information

#2EAA01 (or 0x2EAA01) is unknown color: approx Kelly Green. HEX triplet: 2E, AA and 01. RGB value is (46,170,1). Sum of RGB (Red+Green+Blue) = 46+170+1=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 170 (66.80% from 255 or 78.34% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAA01 is #D155FE. Grayscale: #727272. Windows color (decimal): -13719039 or 109102. OLE color: 109102.

HSL color Cylindrical-coordinate representation of color #2EAA01: hue angle of 104.02º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EAA01 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB461701-
CMYK0.7300.990.33
HSL104.02º98.83%33.53%-
HSV(B)104.02º99.41%66.67%-
XYZ15.5129.334.87-
YUV113.6664.4279.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.20%
GREEN value IS 170 (66.80% from 255) = 78.34%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=21.20%
G=78.34%
B=0.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4617010.7300.990.33104.0298.8333.53
Hex2EAA14906321686322
Octal56252111101434115014342
Binary10111010101010110010010110001110000111010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,170,1); }

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

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

 a { background-color: rgb(46,170,1); }

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

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

 span { border-color: rgb(46,170,1); }

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