Html Css Color HEX #1ECE10 Lime Green

📋 copy color: '#1ECE10'

red 30 ◦ green 206 ◦ blue 16

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

Shades of Lime Green #1ECE10

Tints of Lime Green #1ECE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 11.9%
G = 81.75%
B = 6.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#1ECE10 (or 0x1ECE10) is known color: Lime Green. HEX triplet: 1E, CE and 10. RGB value is (30,206,16). Sum of RGB (Red+Green+Blue) = 30+206+16=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 206 (80.86% from 255 or 81.75% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECE10 is #E131EF. Grayscale: #848484. Windows color (decimal): -14758384 or 1101342. OLE color: 1101342.

HSL color Cylindrical-coordinate representation of color #1ECE10: hue angle of 115.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1ECE10 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 206 16 -
CMYK 0.85 0 0.92 0.19
HSL 115.58º 0.86% 0.44% -
HSV(B) 115.58º 0.92% 0.81% -
XYZ 22.7 44.46 7.87 -
YUV 131.72 62.69 55.45 -
System Red Green Blue C M Y K H S L
Decimal 30 206 16 0.85 0 0.92 0.19 115.58 0.86 0.44
Hex 1E CE 10 55 0 5C 13 74 56 2C
Octal 36 316 20 125 0 134 23 164 126 54
Binary 11110 11001110 10000 1010101 0 1011100 10011 1110100 1010110 101100

Color Harmonies of #1ECE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECE10

Black with #1ECE10

Text Example


Text Example

White with #1ECE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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