Html Css Color HEX #2EE41F Lime Green

📋 copy color: '#2EE41F'

red 46 ◦ green 228 ◦ blue 31

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

Shades of Lime Green #2EE41F

Tints of Lime Green #2EE41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 15.08%
G = 74.75%
B = 10.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#2EE41F (or 0x2EE41F) is known color: Lime Green. HEX triplet: 2E, E4 and 1F. RGB value is (46,228,31). Sum of RGB (Red+Green+Blue) = 46+228+31=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 228 (89.45% from 255 or 74.75% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE41F is #D11BE0. Grayscale: #979797. Windows color (decimal): -13704161 or 2090030. OLE color: 2090030.

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

Color convert

RGB 46 228 31 -
CMYK 0.80 0 0.86 0.11
HSL 115.43º 0.78% 0.51% -
HSV(B) 115.43º 0.86% 0.89% -
XYZ 29.12 56.17 10.6 -
YUV 151.12 60.2 53.02 -
System Red Green Blue C M Y K H S L
Decimal 46 228 31 0.80 0 0.86 0.11 115.43 0.78 0.51
Hex 2E E4 1F 50 0 56 B 73 4E 33
Octal 56 344 37 120 0 126 13 163 116 63
Binary 101110 11100100 11111 1010000 0 1010110 1011 1110011 1001110 110011

Color Harmonies of #2EE41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE41F

Black with #2EE41F

Text Example


Text Example

White with #2EE41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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