Html Css Color HEX #2EE41A Lime Green

📋 copy color: '#2EE41A'

red 46 ◦ green 228 ◦ blue 26

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

Shades of Lime Green #2EE41A

Tints of Lime Green #2EE41A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 76%

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 15.33%
G = 76%
B = 8.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#2EE41A (or 0x2EE41A) is known color: Lime Green. HEX triplet: 2E, E4 and 1A. RGB value is (46,228,26). Sum of RGB (Red+Green+Blue) = 46+228+26=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 228 (89.45% from 255 or 76% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE41A is #D11BE5. Grayscale: #979797. Windows color (decimal): -13704166 or 1762350. OLE color: 1762350.

HSL color Cylindrical-coordinate representation of color #2EE41A: hue angle of 114.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EE41A is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 228 26 -
CMYK 0.80 0 0.89 0.11
HSL 114.06º 0.8% 0.5% -
HSV(B) 114.06º 0.89% 0.89% -
XYZ 29.06 56.14 10.28 -
YUV 150.55 57.7 53.43 -
System Red Green Blue C M Y K H S L
Decimal 46 228 26 0.80 0 0.89 0.11 114.06 0.8 0.5
Hex 2E E4 1A 50 0 59 B 72 50 32
Octal 56 344 32 120 0 131 13 162 120 62
Binary 101110 11100100 11010 1010000 0 1011001 1011 1110010 1010000 110010

Color Harmonies of #2EE41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE41A

Black with #2EE41A

Text Example


Text Example

White with #2EE41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,228,26); }

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

background-color css

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

 a { background-color: rgb(46,228,26); }

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

border-color css

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

 span { border-color: rgb(46,228,26); }

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