Html Css Color HEX #2EAB05 Kelly Green

📋 copy color: '#2EAB05'

red 46 ◦ green 171 ◦ blue 5

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

Shades of Kelly Green #2EAB05

Tints of Kelly Green #2EAB05

RGB

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

 GREEN value IS 171 (67.19% from 255) = 77.03%

 BLUE value IS 5 (2.34% from 255) = 2.25%

R = 20.72%
G = 77.03%
B = 2.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#2EAB05 (or 0x2EAB05) is known color: Kelly Green. HEX triplet: 2E, AB and 05. RGB value is (46,171,5). Sum of RGB (Red+Green+Blue) = 46+171+5=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 171 (67.19% from 255 or 77.03% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAB05 is #D154FA. Grayscale: #737373. Windows color (decimal): -13718779 or 371502. OLE color: 371502.

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

Color convert

RGB 46 171 5 -
CMYK 0.73 0 0.97 0.33
HSL 105.18º 0.94% 0.35% -
HSV(B) 105.18º 0.97% 0.67% -
XYZ 15.72 29.72 5.05 -
YUV 114.7 66.09 79 -
System Red Green Blue C M Y K H S L
Decimal 46 171 5 0.73 0 0.97 0.33 105.18 0.94 0.35
Hex 2E AB 5 49 0 61 21 69 5E 23
Octal 56 253 5 111 0 141 41 151 136 43
Binary 101110 10101011 101 1001001 0 1100001 100001 1101001 1011110 100011

Color Harmonies of #2EAB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAB05

Black with #2EAB05

Text Example


Text Example

White with #2EAB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,171,5); }

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

background-color css

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

 a { background-color: rgb(46,171,5); }

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

border-color css

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

 span { border-color: rgb(46,171,5); }

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