Html Css Color HEX #2EF331 Lime Green

📋 copy color: '#2EF331'

red 46 ◦ green 243 ◦ blue 49

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

Shades of Lime Green #2EF331

Tints of Lime Green #2EF331

RGB

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

 GREEN value IS 243 (95.31% from 255) = 71.89%

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 13.61%
G = 71.89%
B = 14.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#2EF331 (or 0x2EF331) is known color: Lime Green. HEX triplet: 2E, F3 and 31. RGB value is (46,243,49). Sum of RGB (Red+Green+Blue) = 46+243+49=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 243 (95.31% from 255 or 71.89% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF331 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF331 is #D10CCE. Grayscale: #A2A2A2. Windows color (decimal): -13700303 or 3273518. OLE color: 3273518.

HSL color Cylindrical-coordinate representation of color #2EF331: hue angle of 120.91º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF331 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 243 49 -
CMYK 0.81 0 0.80 0.05
HSL 120.91º 0.89% 0.57% -
HSV(B) 120.91º 0.81% 0.95% -
XYZ 33.73 64.9 13.66 -
YUV 161.98 64.23 45.27 -
System Red Green Blue C M Y K H S L
Decimal 46 243 49 0.81 0 0.80 0.05 120.91 0.89 0.57
Hex 2E F3 31 51 0 50 5 79 59 39
Octal 56 363 61 121 0 120 5 171 131 71
Binary 101110 11110011 110001 1010001 0 1010000 101 1111001 1011001 111001

Color Harmonies of #2EF331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF331

Black with #2EF331

Text Example


Text Example

White with #2EF331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,243,49); }

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

background-color css

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

 a { background-color: rgb(46,243,49); }

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

border-color css

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

 span { border-color: rgb(46,243,49); }

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