Html Css Color HEX #2EC13D Lime Green

📋 copy color: '#2EC13D'

red 46 ◦ green 193 ◦ blue 61

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

Shades of Lime Green #2EC13D

Tints of Lime Green #2EC13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 15.33%
G = 64.33%
B = 20.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#2EC13D (or 0x2EC13D) is known color: Lime Green. HEX triplet: 2E, C1 and 3D. RGB value is (46,193,61). Sum of RGB (Red+Green+Blue) = 46+193+61=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC13D is #D13EC2. Grayscale: #868686. Windows color (decimal): -13713091 or 4047150. OLE color: 4047150.

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

Color convert

RGB 46 193 61 -
CMYK 0.76 0 0.68 0.24
HSL 126.12º 0.62% 0.47% -
HSV(B) 126.12º 0.76% 0.76% -
XYZ 21.04 39.06 10.84 -
YUV 134 86.8 65.23 -
System Red Green Blue C M Y K H S L
Decimal 46 193 61 0.76 0 0.68 0.24 126.12 0.62 0.47
Hex 2E C1 3D 4C 0 44 18 7E 3E 2F
Octal 56 301 75 114 0 104 30 176 76 57
Binary 101110 11000001 111101 1001100 0 1000100 11000 1111110 111110 101111

Color Harmonies of #2EC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC13D

Black with #2EC13D

Text Example


Text Example

White with #2EC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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