Html Css Color HEX #1ECE13 Lime Green

📋 copy color: '#1ECE13'

red 30 ◦ green 206 ◦ blue 19

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

Shades of Lime Green #1ECE13

Tints of Lime Green #1ECE13

RGB

 RED value IS 30 (12.11% from 255) = 11.76%

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

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

R = 11.76%
G = 80.78%
B = 7.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#1ECE13 (or 0x1ECE13) is known color: Lime Green. HEX triplet: 1E, CE and 13. RGB value is (30,206,19). Sum of RGB (Red+Green+Blue) = 30+206+19=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 206 (80.86% from 255 or 80.78% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECE13 is #E131EC. Grayscale: #848484. Windows color (decimal): -14758381 or 1297950. OLE color: 1297950.

HSL color Cylindrical-coordinate representation of color #1ECE13: hue angle of 116.47º 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 #1ECE13 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 206 19 -
CMYK 0.85 0 0.91 0.19
HSL 116.47º 0.83% 0.44% -
HSV(B) 116.47º 0.91% 0.81% -
XYZ 22.72 44.47 8 -
YUV 132.06 64.19 55.21 -
System Red Green Blue C M Y K H S L
Decimal 30 206 19 0.85 0 0.91 0.19 116.47 0.83 0.44
Hex 1E CE 13 55 0 5B 13 74 53 2C
Octal 36 316 23 125 0 133 23 164 123 54
Binary 11110 11001110 10011 1010101 0 1011011 10011 1110100 1010011 101100

Color Harmonies of #1ECE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECE13

Black with #1ECE13

Text Example


Text Example

White with #1ECE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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