Html Css Color HEX #2EAC1A Kelly Green

📋 copy color: '#2EAC1A'

red 46 ◦ green 172 ◦ blue 26

#2EAC1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #2EAC1A

Tints of Kelly Green #2EAC1A

RGB

 RED value IS 46 (18.36% from 255) = 18.85%

 GREEN value IS 172 (67.58% from 255) = 70.49%

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 18.85%
G = 70.49%
B = 10.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#2EAC1A (or 0x2EAC1A) is known color: Kelly Green. HEX triplet: 2E, AC and 1A. RGB value is (46,172,26). Sum of RGB (Red+Green+Blue) = 46+172+26=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 172 (67.58% from 255 or 70.49% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC1A is #D153E5. Grayscale: #767676. Windows color (decimal): -13718502 or 1748014. OLE color: 1748014.

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

Color convert

RGB 46 172 26 -
CMYK 0.73 0 0.85 0.33
HSL 111.78º 0.74% 0.39% -
HSV(B) 111.78º 0.85% 0.67% -
XYZ 16.07 30.16 5.95 -
YUV 117.68 76.26 76.87 -
System Red Green Blue C M Y K H S L
Decimal 46 172 26 0.73 0 0.85 0.33 111.78 0.74 0.39
Hex 2E AC 1A 49 0 55 21 70 4A 27
Octal 56 254 32 111 0 125 41 160 112 47
Binary 101110 10101100 11010 1001001 0 1010101 100001 1110000 1001010 100111

Color Harmonies of #2EAC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC1A

Black with #2EAC1A

Text Example


Text Example

White with #2EAC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EAC1A;
 }
 .AnyTagClassName
 {
   color: #2EAC1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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