Html Css Color HEX #2EF222 Lime Green

📋 copy color: '#2EF222'

red 46 ◦ green 242 ◦ blue 34

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

Shades of Lime Green #2EF222

Tints of Lime Green #2EF222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.56%

R = 14.29%
G = 75.16%
B = 10.56%

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

#2EF222 (or 0x2EF222) is known color: Lime Green. HEX triplet: 2E, F2 and 22. RGB value is (46,242,34). Sum of RGB (Red+Green+Blue) = 46+242+34=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 242 (94.92% from 255 or 75.16% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF222 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF222 is #D10DDD. Grayscale: #A0A0A0. Windows color (decimal): -13700574 or 2290222. OLE color: 2290222.

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

Color convert

RGB 46 242 34 -
CMYK 0.81 0 0.86 0.05
HSL 116.54º 0.89% 0.54% -
HSV(B) 116.54º 0.86% 0.95% -
XYZ 33.17 64.2 12.16 -
YUV 159.68 57.07 46.91 -
System Red Green Blue C M Y K H S L
Decimal 46 242 34 0.81 0 0.86 0.05 116.54 0.89 0.54
Hex 2E F2 22 51 0 56 5 75 59 36
Octal 56 362 42 121 0 126 5 165 131 66
Binary 101110 11110010 100010 1010001 0 1010110 101 1110101 1011001 110110

Color Harmonies of #2EF222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF222

Black with #2EF222

Text Example


Text Example

White with #2EF222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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