Html Css Color HEX #2EAD26 Lime Green

📋 copy color: '#2EAD26'

red 46 ◦ green 173 ◦ blue 38

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

Shades of Lime Green #2EAD26

Tints of Lime Green #2EAD26

RGB

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

 GREEN value IS 173 (67.97% from 255) = 67.32%

 BLUE value IS 38 (15.23% from 255) = 14.79%

R = 17.9%
G = 67.32%
B = 14.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#2EAD26 (or 0x2EAD26) is known color: Lime Green. HEX triplet: 2E, AD and 26. RGB value is (46,173,38). Sum of RGB (Red+Green+Blue) = 46+173+38=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 173 (67.97% from 255 or 67.32% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAD26 is #D152D9. Grayscale: #787878. Windows color (decimal): -13718234 or 2534702. OLE color: 2534702.

HSL color Cylindrical-coordinate representation of color #2EAD26: hue angle of 116.44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EAD26 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 173 38 -
CMYK 0.73 0 0.78 0.32
HSL 116.44º 0.64% 0.41% -
HSV(B) 116.44º 0.78% 0.68% -
XYZ 16.42 30.61 6.88 -
YUV 119.64 81.92 75.48 -
System Red Green Blue C M Y K H S L
Decimal 46 173 38 0.73 0 0.78 0.32 116.44 0.64 0.41
Hex 2E AD 26 49 0 4E 20 74 40 29
Octal 56 255 46 111 0 116 40 164 100 51
Binary 101110 10101101 100110 1001001 0 1001110 100000 1110100 1000000 101001

Color Harmonies of #2EAD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAD26

Black with #2EAD26

Text Example


Text Example

White with #2EAD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,173,38); }

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

background-color css

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

 a { background-color: rgb(46,173,38); }

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

border-color css

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

 span { border-color: rgb(46,173,38); }

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