#2EAE1A

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

Shades of Kelly Green #2EAE1A

Tints of Kelly Green #2EAE1A

Color information

#2EAE1A (or 0x2EAE1A) is unknown color: approx Kelly Green. HEX triplet: 2E, AE and 1A. RGB value is (46,174,26). Sum of RGB (Red+Green+Blue) = 46+174+26=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 174 (68.36% from 255 or 70.73% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAE1A is #D151E5. Grayscale: #777777. Windows color (decimal): -13717990 or 1748526. OLE color: 1748526.

HSL color Cylindrical-coordinate representation of color #2EAE1A: hue angle of 111.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EAE1A is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB4617426-
CMYK0.7400.850.32
HSL111.89º74%39.22%-
HSV(B)111.89º85.06%68.24%-
XYZ16.4530.936.08-
YUV118.8675.5976.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 174 (68.36% from 255) = 70.73%
BLUE value IS 26 (10.55% from 255) = 10.57%
R=18.70%
G=70.73%
B=10.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46174260.7400.850.32111.897439.22
Hex2EAE1A4A05520704a27
Octal562563211201254016011247
Binary101110101011101101010010100101010110000011100001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,174,26); }

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

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

 a { background-color: rgb(46,174,26); }

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

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

 span { border-color: rgb(46,174,26); }

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