Html Css Color HEX #2EF121 Lime Green

📋 copy color: '#2EF121'

red 46 ◦ green 241 ◦ blue 33

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

Shades of Lime Green #2EF121

Tints of Lime Green #2EF121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.31%

R = 14.38%
G = 75.31%
B = 10.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#2EF121 (or 0x2EF121) is known color: Lime Green. HEX triplet: 2E, F1 and 21. RGB value is (46,241,33). Sum of RGB (Red+Green+Blue) = 46+241+33=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF121 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF121 is #D10EDE. Grayscale: #9F9F9F. Windows color (decimal): -13700831 or 2224430. OLE color: 2224430.

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

Color convert

RGB 46 241 33 -
CMYK 0.81 0 0.86 0.05
HSL 116.25º 0.88% 0.54% -
HSV(B) 116.25º 0.86% 0.95% -
XYZ 32.86 63.6 11.98 -
YUV 158.98 56.9 47.41 -
System Red Green Blue C M Y K H S L
Decimal 46 241 33 0.81 0 0.86 0.05 116.25 0.88 0.54
Hex 2E F1 21 51 0 56 5 74 58 36
Octal 56 361 41 121 0 126 5 164 130 66
Binary 101110 11110001 100001 1010001 0 1010110 101 1110100 1011000 110110

Color Harmonies of #2EF121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF121

Black with #2EF121

Text Example


Text Example

White with #2EF121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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