Html Css Color HEX #2EE013 Lime Green

📋 copy color: '#2EE013'

red 46 ◦ green 224 ◦ blue 19

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

Shades of Lime Green #2EE013

Tints of Lime Green #2EE013

RGB

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

 GREEN value IS 224 (87.89% from 255) = 77.51%

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 15.92%
G = 77.51%
B = 6.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#2EE013 (or 0x2EE013) is known color: Lime Green. HEX triplet: 2E, E0 and 13. RGB value is (46,224,19). Sum of RGB (Red+Green+Blue) = 46+224+19=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 224 (87.89% from 255 or 77.51% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE013 is #D11FEC. Grayscale: #949494. Windows color (decimal): -13705197 or 1302574. OLE color: 1302574.

HSL color Cylindrical-coordinate representation of color #2EE013: hue angle of 112.1º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EE013 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 19 -
CMYK 0.79 0 0.92 0.12
HSL 112.1º 0.84% 0.48% -
HSV(B) 112.1º 0.92% 0.88% -
XYZ 27.9 53.94 9.56 -
YUV 147.41 55.53 55.67 -
System Red Green Blue C M Y K H S L
Decimal 46 224 19 0.79 0 0.92 0.12 112.1 0.84 0.48
Hex 2E E0 13 4F 0 5C C 70 54 30
Octal 56 340 23 117 0 134 14 160 124 60
Binary 101110 11100000 10011 1001111 0 1011100 1100 1110000 1010100 110000

Color Harmonies of #2EE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE013

Black with #2EE013

Text Example


Text Example

White with #2EE013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,19); }

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

background-color css

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

 a { background-color: rgb(46,224,19); }

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

border-color css

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

 span { border-color: rgb(46,224,19); }

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