Html Css Color HEX #2ECA26 Lime Green

📋 copy color: '#2ECA26'

red 46 ◦ green 202 ◦ blue 38

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

Shades of Lime Green #2ECA26

Tints of Lime Green #2ECA26

RGB

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

 GREEN value IS 202 (79.3% from 255) = 70.63%

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

R = 16.08%
G = 70.63%
B = 13.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#2ECA26 (or 0x2ECA26) is known color: Lime Green. HEX triplet: 2E, CA and 26. RGB value is (46,202,38). Sum of RGB (Red+Green+Blue) = 46+202+38=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA26 is #D135D9. Grayscale: #898989. Windows color (decimal): -13710810 or 2542126. OLE color: 2542126.

HSL color Cylindrical-coordinate representation of color #2ECA26: hue angle of 117.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ECA26 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 202 38 -
CMYK 0.77 0 0.81 0.21
HSL 117.07º 0.68% 0.47% -
HSV(B) 117.07º 0.81% 0.79% -
XYZ 22.6 42.96 8.94 -
YUV 136.66 72.32 63.34 -
System Red Green Blue C M Y K H S L
Decimal 46 202 38 0.77 0 0.81 0.21 117.07 0.68 0.47
Hex 2E CA 26 4D 0 51 15 75 44 2F
Octal 56 312 46 115 0 121 25 165 104 57
Binary 101110 11001010 100110 1001101 0 1010001 10101 1110101 1000100 101111

Color Harmonies of #2ECA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECA26

Black with #2ECA26

Text Example


Text Example

White with #2ECA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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