Html Css Color HEX #2ECD13 Lime Green

📋 copy color: '#2ECD13'

red 46 ◦ green 205 ◦ blue 19

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

Shades of Lime Green #2ECD13

Tints of Lime Green #2ECD13

RGB

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

 GREEN value IS 205 (80.47% from 255) = 75.93%

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

R = 17.04%
G = 75.93%
B = 7.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#2ECD13 (or 0x2ECD13) is known color: Lime Green. HEX triplet: 2E, CD and 13. RGB value is (46,205,19). Sum of RGB (Red+Green+Blue) = 46+205+19=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 205 (80.47% from 255 or 75.93% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECD13 is #D132EC. Grayscale: #888888. Windows color (decimal): -13710061 or 1297710. OLE color: 1297710.

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

Color convert

RGB 46 205 19 -
CMYK 0.78 0 0.91 0.20
HSL 111.29º 0.83% 0.44% -
HSV(B) 111.29º 0.91% 0.8% -
XYZ 23.08 44.29 7.95 -
YUV 136.26 61.82 63.62 -
System Red Green Blue C M Y K H S L
Decimal 46 205 19 0.78 0 0.91 0.20 111.29 0.83 0.44
Hex 2E CD 13 4E 0 5B 14 6F 53 2C
Octal 56 315 23 116 0 133 24 157 123 54
Binary 101110 11001101 10011 1001110 0 1011011 10100 1101111 1010011 101100

Color Harmonies of #2ECD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECD13

Black with #2ECD13

Text Example


Text Example

White with #2ECD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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