Html Css Color HEX #2EC13F Lime Green

📋 copy color: '#2EC13F'

red 46 ◦ green 193 ◦ blue 63

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

Shades of Lime Green #2EC13F

Tints of Lime Green #2EC13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 15.23%
G = 63.91%
B = 20.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#2EC13F (or 0x2EC13F) is known color: Lime Green. HEX triplet: 2E, C1 and 3F. RGB value is (46,193,63). Sum of RGB (Red+Green+Blue) = 46+193+63=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC13F is #D13EC0. Grayscale: #868686. Windows color (decimal): -13713089 or 4178222. OLE color: 4178222.

HSL color Cylindrical-coordinate representation of color #2EC13F: hue angle of 126.94º 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 #2EC13F is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 193 63 -
CMYK 0.76 0 0.67 0.24
HSL 126.94º 0.62% 0.47% -
HSV(B) 126.94º 0.76% 0.76% -
XYZ 21.09 39.08 11.13 -
YUV 134.23 87.8 65.07 -
System Red Green Blue C M Y K H S L
Decimal 46 193 63 0.76 0 0.67 0.24 126.94 0.62 0.47
Hex 2E C1 3F 4C 0 43 18 7F 3E 2F
Octal 56 301 77 114 0 103 30 177 76 57
Binary 101110 11000001 111111 1001100 0 1000011 11000 1111111 111110 101111

Color Harmonies of #2EC13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC13F

Black with #2EC13F

Text Example


Text Example

White with #2EC13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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