Html Css Color HEX #2EAC15 Kelly Green

📋 copy color: '#2EAC15'

red 46 ◦ green 172 ◦ blue 21

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

Shades of Kelly Green #2EAC15

Tints of Kelly Green #2EAC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.79%

R = 19.25%
G = 71.97%
B = 8.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#2EAC15 (or 0x2EAC15) is known color: Kelly Green. HEX triplet: 2E, AC and 15. RGB value is (46,172,21). Sum of RGB (Red+Green+Blue) = 46+172+21=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 172 (67.58% from 255 or 71.97% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAC15 is #D153EA. Grayscale: #757575. Windows color (decimal): -13718507 or 1420334. OLE color: 1420334.

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

Color convert

RGB 46 172 21 -
CMYK 0.73 0 0.88 0.33
HSL 110.07º 0.78% 0.38% -
HSV(B) 110.07º 0.88% 0.67% -
XYZ 16.01 30.14 5.68 -
YUV 117.11 73.76 77.28 -
System Red Green Blue C M Y K H S L
Decimal 46 172 21 0.73 0 0.88 0.33 110.07 0.78 0.38
Hex 2E AC 15 49 0 58 21 6E 4E 26
Octal 56 254 25 111 0 130 41 156 116 46
Binary 101110 10101100 10101 1001001 0 1011000 100001 1101110 1001110 100110

Color Harmonies of #2EAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC15

Black with #2EAC15

Text Example


Text Example

White with #2EAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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