Html Css Color HEX #2EA60B Kelly Green

📋 copy color: '#2EA60B'

red 46 ◦ green 166 ◦ blue 11

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

Shades of Kelly Green #2EA60B

Tints of Kelly Green #2EA60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 74.44%

 BLUE value IS 11 (4.69% from 255) = 4.93%

R = 20.63%
G = 74.44%
B = 4.93%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#2EA60B (or 0x2EA60B) is known color: Kelly Green. HEX triplet: 2E, A6 and 0B. RGB value is (46,166,11). Sum of RGB (Red+Green+Blue) = 46+166+11=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 166 (65.23% from 255 or 74.44% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA60B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA60B is #D159F4. Grayscale: #707070. Windows color (decimal): -13720053 or 763438. OLE color: 763438.

HSL color Cylindrical-coordinate representation of color #2EA60B: hue angle of 106.45º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EA60B is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 166 11 -
CMYK 0.72 0 0.93 0.35
HSL 106.45º 0.88% 0.35% -
HSV(B) 106.45º 0.93% 0.65% -
XYZ 14.82 27.88 4.92 -
YUV 112.45 70.74 80.6 -
System Red Green Blue C M Y K H S L
Decimal 46 166 11 0.72 0 0.93 0.35 106.45 0.88 0.35
Hex 2E A6 B 48 0 5D 23 6A 58 23
Octal 56 246 13 110 0 135 43 152 130 43
Binary 101110 10100110 1011 1001000 0 1011101 100011 1101010 1011000 100011

Color Harmonies of #2EA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA60B

Black with #2EA60B

Text Example


Text Example

White with #2EA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,166,11); }

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

background-color css

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

 a { background-color: rgb(46,166,11); }

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

border-color css

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

 span { border-color: rgb(46,166,11); }

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