Html Css Color HEX #2EE041 Lime Green

📋 copy color: '#2EE041'

red 46 ◦ green 224 ◦ blue 65

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

Shades of Lime Green #2EE041

Tints of Lime Green #2EE041

RGB

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

 GREEN value IS 224 (87.89% from 255) = 66.87%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 13.73%
G = 66.87%
B = 19.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#2EE041 (or 0x2EE041) is known color: Lime Green. HEX triplet: 2E, E0 and 41. RGB value is (46,224,65). Sum of RGB (Red+Green+Blue) = 46+224+65=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE041 is #D11FBE. Grayscale: #999999. Windows color (decimal): -13705151 or 4317230. OLE color: 4317230.

HSL color Cylindrical-coordinate representation of color #2EE041: hue angle of 126.4º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE041 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 65 -
CMYK 0.79 0 0.71 0.12
HSL 126.4º 0.74% 0.53% -
HSV(B) 126.4º 0.79% 0.88% -
XYZ 28.74 54.27 13.96 -
YUV 152.65 78.53 51.93 -
System Red Green Blue C M Y K H S L
Decimal 46 224 65 0.79 0 0.71 0.12 126.4 0.74 0.53
Hex 2E E0 41 4F 0 47 C 7E 4A 35
Octal 56 340 101 117 0 107 14 176 112 65
Binary 101110 11100000 1000001 1001111 0 1000111 1100 1111110 1001010 110101

Color Harmonies of #2EE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE041

Black with #2EE041

Text Example


Text Example

White with #2EE041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,65); }

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

background-color css

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

 a { background-color: rgb(46,224,65); }

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

border-color css

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

 span { border-color: rgb(46,224,65); }

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