Html Css Color HEX #2EC13C Lime Green

📋 copy color: '#2EC13C'

red 46 ◦ green 193 ◦ blue 60

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

Shades of Lime Green #2EC13C

Tints of Lime Green #2EC13C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.55%

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

R = 15.38%
G = 64.55%
B = 20.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#2EC13C (or 0x2EC13C) is known color: Lime Green. HEX triplet: 2E, C1 and 3C. RGB value is (46,193,60). Sum of RGB (Red+Green+Blue) = 46+193+60=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC13C is #D13EC3. Grayscale: #868686. Windows color (decimal): -13713092 or 3981614. OLE color: 3981614.

HSL color Cylindrical-coordinate representation of color #2EC13C: hue angle of 125.71º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC13C is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 193 60 -
CMYK 0.76 0 0.69 0.24
HSL 125.71º 0.62% 0.47% -
HSV(B) 125.71º 0.76% 0.76% -
XYZ 21.01 39.05 10.7 -
YUV 133.89 86.3 65.31 -
System Red Green Blue C M Y K H S L
Decimal 46 193 60 0.76 0 0.69 0.24 125.71 0.62 0.47
Hex 2E C1 3C 4C 0 45 18 7E 3E 2F
Octal 56 301 74 114 0 105 30 176 76 57
Binary 101110 11000001 111100 1001100 0 1000101 11000 1111110 111110 101111

Color Harmonies of #2EC13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC13C

Black with #2EC13C

Text Example


Text Example

White with #2EC13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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