Html Css Color HEX #2EE12A Lime Green

📋 copy color: '#2EE12A'

red 46 ◦ green 225 ◦ blue 42

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

Shades of Lime Green #2EE12A

Tints of Lime Green #2EE12A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 71.88%

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 14.7%
G = 71.88%
B = 13.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#2EE12A (or 0x2EE12A) is known color: Lime Green. HEX triplet: 2E, E1 and 2A. RGB value is (46,225,42). Sum of RGB (Red+Green+Blue) = 46+225+42=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 225 (88.28% from 255 or 71.88% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE12A is #D11ED5. Grayscale: #979797. Windows color (decimal): -13704918 or 2810158. OLE color: 2810158.

HSL color Cylindrical-coordinate representation of color #2EE12A: hue angle of 118.69º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE12A is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 42 -
CMYK 0.80 0 0.81 0.12
HSL 118.69º 0.75% 0.52% -
HSV(B) 118.69º 0.81% 0.88% -
XYZ 28.47 54.6 11.23 -
YUV 150.62 66.7 53.38 -
System Red Green Blue C M Y K H S L
Decimal 46 225 42 0.80 0 0.81 0.12 118.69 0.75 0.52
Hex 2E E1 2A 50 0 51 C 77 4B 34
Octal 56 341 52 120 0 121 14 167 113 64
Binary 101110 11100001 101010 1010000 0 1010001 1100 1110111 1001011 110100

Color Harmonies of #2EE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE12A

Black with #2EE12A

Text Example


Text Example

White with #2EE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,225,42); }

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

background-color css

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

 a { background-color: rgb(46,225,42); }

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

border-color css

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

 span { border-color: rgb(46,225,42); }

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