Html Css Color HEX #2EF124 Lime Green

📋 copy color: '#2EF124'

red 46 ◦ green 241 ◦ blue 36

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

Shades of Lime Green #2EF124

Tints of Lime Green #2EF124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 74.61%

 BLUE value IS 36 (14.45% from 255) = 11.15%

R = 14.24%
G = 74.61%
B = 11.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#2EF124 (or 0x2EF124) is known color: Lime Green. HEX triplet: 2E, F1 and 24. RGB value is (46,241,36). Sum of RGB (Red+Green+Blue) = 46+241+36=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 241 (94.53% from 255 or 74.61% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF124 is #D10EDB. Grayscale: #9F9F9F. Windows color (decimal): -13700828 or 2421038. OLE color: 2421038.

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

Color convert

RGB 46 241 36 -
CMYK 0.81 0 0.85 0.05
HSL 117.07º 0.88% 0.54% -
HSV(B) 117.07º 0.85% 0.95% -
XYZ 32.9 63.62 12.21 -
YUV 159.33 58.4 47.17 -
System Red Green Blue C M Y K H S L
Decimal 46 241 36 0.81 0 0.85 0.05 117.07 0.88 0.54
Hex 2E F1 24 51 0 55 5 75 58 36
Octal 56 361 44 121 0 125 5 165 130 66
Binary 101110 11110001 100100 1010001 0 1010101 101 1110101 1011000 110110

Color Harmonies of #2EF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF124

Black with #2EF124

Text Example


Text Example

White with #2EF124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,241,36); }

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

background-color css

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

 a { background-color: rgb(46,241,36); }

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

border-color css

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

 span { border-color: rgb(46,241,36); }

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