Html Css Color HEX #2ECE13 Lime Green

📋 copy color: '#2ECE13'

red 46 ◦ green 206 ◦ blue 19

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

Shades of Lime Green #2ECE13

Tints of Lime Green #2ECE13

RGB

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

 GREEN value IS 206 (80.86% from 255) = 76.01%

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 16.97%
G = 76.01%
B = 7.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#2ECE13 (or 0x2ECE13) is known color: Lime Green. HEX triplet: 2E, CE and 13. RGB value is (46,206,19). Sum of RGB (Red+Green+Blue) = 46+206+19=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 206 (80.86% from 255 or 76.01% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECE13 is #D131EC. Grayscale: #898989. Windows color (decimal): -13709805 or 1297966. OLE color: 1297966.

HSL color Cylindrical-coordinate representation of color #2ECE13: hue angle of 111.34º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ECE13 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 206 19 -
CMYK 0.78 0 0.91 0.19
HSL 111.34º 0.83% 0.44% -
HSV(B) 111.34º 0.91% 0.81% -
XYZ 23.32 44.77 8.03 -
YUV 136.84 61.49 63.21 -
System Red Green Blue C M Y K H S L
Decimal 46 206 19 0.78 0 0.91 0.19 111.34 0.83 0.44
Hex 2E CE 13 4E 0 5B 13 6F 53 2C
Octal 56 316 23 116 0 133 23 157 123 54
Binary 101110 11001110 10011 1001110 0 1011011 10011 1101111 1010011 101100

Color Harmonies of #2ECE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECE13

Black with #2ECE13

Text Example


Text Example

White with #2ECE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,206,19); }

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

background-color css

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

 a { background-color: rgb(46,206,19); }

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

border-color css

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

 span { border-color: rgb(46,206,19); }

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