Html Css Color HEX #2EF221 Lime Green

📋 copy color: '#2EF221'

red 46 ◦ green 242 ◦ blue 33

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

Shades of Lime Green #2EF221

Tints of Lime Green #2EF221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 75.39%

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

R = 14.33%
G = 75.39%
B = 10.28%

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

#2EF221 (or 0x2EF221) is known color: Lime Green. HEX triplet: 2E, F2 and 21. RGB value is (46,242,33). Sum of RGB (Red+Green+Blue) = 46+242+33=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 242 (94.92% from 255 or 75.39% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF221 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF221 is #D10DDE. Grayscale: #A0A0A0. Windows color (decimal): -13700575 or 2224686. OLE color: 2224686.

HSL color Cylindrical-coordinate representation of color #2EF221: hue angle of 116.27º degrees, saturation: 0.89, 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 #2EF221 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 33 -
CMYK 0.81 0 0.86 0.05
HSL 116.27º 0.89% 0.54% -
HSV(B) 116.27º 0.86% 0.95% -
XYZ 33.15 64.19 12.08 -
YUV 159.57 56.57 46.99 -
System Red Green Blue C M Y K H S L
Decimal 46 242 33 0.81 0 0.86 0.05 116.27 0.89 0.54
Hex 2E F2 21 51 0 56 5 74 59 36
Octal 56 362 41 121 0 126 5 164 131 66
Binary 101110 11110010 100001 1010001 0 1010110 101 1110100 1011001 110110

Color Harmonies of #2EF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF221

Black with #2EF221

Text Example


Text Example

White with #2EF221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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