Html Css Color HEX #2EE13C Lime Green

📋 copy color: '#2EE13C'

red 46 ◦ green 225 ◦ blue 60

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

Shades of Lime Green #2EE13C

Tints of Lime Green #2EE13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 13.9%
G = 67.98%
B = 18.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#2EE13C (or 0x2EE13C) is known color: Lime Green. HEX triplet: 2E, E1 and 3C. RGB value is (46,225,60). Sum of RGB (Red+Green+Blue) = 46+225+60=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 225 (88.28% from 255 or 67.98% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE13C is #D11EC3. Grayscale: #999999. Windows color (decimal): -13704900 or 3989806. OLE color: 3989806.

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

Color convert

RGB 46 225 60 -
CMYK 0.80 0 0.73 0.12
HSL 124.69º 0.75% 0.53% -
HSV(B) 124.69º 0.8% 0.88% -
XYZ 28.87 54.76 13.32 -
YUV 152.67 75.7 51.92 -
System Red Green Blue C M Y K H S L
Decimal 46 225 60 0.80 0 0.73 0.12 124.69 0.75 0.53
Hex 2E E1 3C 50 0 49 C 7D 4B 35
Octal 56 341 74 120 0 111 14 175 113 65
Binary 101110 11100001 111100 1010000 0 1001001 1100 1111101 1001011 110101

Color Harmonies of #2EE13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE13C

Black with #2EE13C

Text Example


Text Example

White with #2EE13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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