Html Css Color HEX #2EEC26 Lime Green

📋 copy color: '#2EEC26'

red 46 ◦ green 236 ◦ blue 38

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

Shades of Lime Green #2EEC26

Tints of Lime Green #2EEC26

RGB

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

 GREEN value IS 236 (92.58% from 255) = 73.75%

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

R = 14.38%
G = 73.75%
B = 11.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#2EEC26 (or 0x2EEC26) is known color: Lime Green. HEX triplet: 2E, EC and 26. RGB value is (46,236,38). Sum of RGB (Red+Green+Blue) = 46+236+38=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEC26 is #D113D9. Grayscale: #9D9D9D. Windows color (decimal): -13702106 or 2550830. OLE color: 2550830.

HSL color Cylindrical-coordinate representation of color #2EEC26: hue angle of 117.58º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EEC26 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 38 -
CMYK 0.81 0 0.84 0.07
HSL 117.58º 0.84% 0.54% -
HSV(B) 117.58º 0.84% 0.93% -
XYZ 31.47 60.71 11.89 -
YUV 156.62 61.05 49.1 -
System Red Green Blue C M Y K H S L
Decimal 46 236 38 0.81 0 0.84 0.07 117.58 0.84 0.54
Hex 2E EC 26 51 0 54 7 76 54 36
Octal 56 354 46 121 0 124 7 166 124 66
Binary 101110 11101100 100110 1010001 0 1010100 111 1110110 1010100 110110

Color Harmonies of #2EEC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC26

Black with #2EEC26

Text Example


Text Example

White with #2EEC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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