Html Css Color HEX #2EAB02 Kelly Green

📋 copy color: '#2EAB02'

red 46 ◦ green 171 ◦ blue 2

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

Shades of Kelly Green #2EAB02

Tints of Kelly Green #2EAB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 21%
G = 78.08%
B = 0.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#2EAB02 (or 0x2EAB02) is known color: Kelly Green. HEX triplet: 2E, AB and 02. RGB value is (46,171,2). Sum of RGB (Red+Green+Blue) = 46+171+2=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 171 (67.19% from 255 or 78.08% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAB02 is #D154FD. Grayscale: #727272. Windows color (decimal): -13718782 or 174894. OLE color: 174894.

HSL color Cylindrical-coordinate representation of color #2EAB02: hue angle of 104.38º degrees, saturation: 0.98, 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 #2EAB02 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 171 2 -
CMYK 0.73 0 0.99 0.33
HSL 104.38º 0.98% 0.34% -
HSV(B) 104.38º 0.99% 0.67% -
XYZ 15.7 29.71 4.96 -
YUV 114.36 64.59 79.24 -
System Red Green Blue C M Y K H S L
Decimal 46 171 2 0.73 0 0.99 0.33 104.38 0.98 0.34
Hex 2E AB 2 49 0 63 21 68 62 22
Octal 56 253 2 111 0 143 41 150 142 42
Binary 101110 10101011 10 1001001 0 1100011 100001 1101000 1100010 100010

Color Harmonies of #2EAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAB02

Black with #2EAB02

Text Example


Text Example

White with #2EAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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