Html Css Color HEX #2EAA00 Kelly Green

📋 copy color: '#2EAA00'

red 46 ◦ green 170 ◦ blue 0

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

Shades of Kelly Green #2EAA00

Tints of Kelly Green #2EAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 78.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.3%
G = 78.7%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#2EAA00 (or 0x2EAA00) is known color: Kelly Green. HEX triplet: 2E, AA and 00. RGB value is (46,170,0). Sum of RGB (Red+Green+Blue) = 46+170+0=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 170 (66.80% from 255 or 78.70% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAA00 is #D155FF. Grayscale: #727272. Windows color (decimal): -13719040 or 43566. OLE color: 43566.

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

Color convert

RGB 46 170 0 -
CMYK 0.73 0 1 0.33
HSL 103.76º 1% 0.33% -
HSV(B) 103.76º 1% 0.67% -
XYZ 15.5 29.33 4.84 -
YUV 113.54 63.92 79.82 -
System Red Green Blue C M Y K H S L
Decimal 46 170 0 0.73 0 1 0.33 103.76 1 0.33
Hex 2E AA 0 49 0 64 21 68 64 21
Octal 56 252 0 111 0 144 41 150 144 41
Binary 101110 10101010 0 1001001 0 1100100 100001 1101000 1100100 100001

Color Harmonies of #2EAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA00

Black with #2EAA00

Text Example


Text Example

White with #2EAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,170,0); }

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

background-color css

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

 a { background-color: rgb(46,170,0); }

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

border-color css

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

 span { border-color: rgb(46,170,0); }

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