Html Css Color HEX #2EC13B Lime Green

📋 copy color: '#2EC13B'

red 46 ◦ green 193 ◦ blue 59

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

Shades of Lime Green #2EC13B

Tints of Lime Green #2EC13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 15.44%
G = 64.77%
B = 19.8%

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

#2EC13B (or 0x2EC13B) is known color: Lime Green. HEX triplet: 2E, C1 and 3B. RGB value is (46,193,59). Sum of RGB (Red+Green+Blue) = 46+193+59=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC13B is #D13EC4. Grayscale: #868686. Windows color (decimal): -13713093 or 3916078. OLE color: 3916078.

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

Color convert

RGB 46 193 59 -
CMYK 0.76 0 0.69 0.24
HSL 125.31º 0.62% 0.47% -
HSV(B) 125.31º 0.76% 0.76% -
XYZ 20.99 39.04 10.57 -
YUV 133.77 85.8 65.4 -
System Red Green Blue C M Y K H S L
Decimal 46 193 59 0.76 0 0.69 0.24 125.31 0.62 0.47
Hex 2E C1 3B 4C 0 45 18 7D 3E 2F
Octal 56 301 73 114 0 105 30 175 76 57
Binary 101110 11000001 111011 1001100 0 1000101 11000 1111101 111110 101111

Color Harmonies of #2EC13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC13B

Black with #2EC13B

Text Example


Text Example

White with #2EC13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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