Html Css Color HEX #1ECE06 Lime Green

📋 copy color: '#1ECE06'

red 30 ◦ green 206 ◦ blue 6

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

Shades of Lime Green #1ECE06

Tints of Lime Green #1ECE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 12.4%
G = 85.12%
B = 2.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#1ECE06 (or 0x1ECE06) is known color: Lime Green. HEX triplet: 1E, CE and 06. RGB value is (30,206,6). Sum of RGB (Red+Green+Blue) = 30+206+6=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 206 (80.86% from 255 or 85.12% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECE06 is #E131F9. Grayscale: #838383. Windows color (decimal): -14758394 or 445982. OLE color: 445982.

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

Color convert

RGB 30 206 6 -
CMYK 0.85 0 0.97 0.19
HSL 112.8º 0.94% 0.42% -
HSV(B) 112.8º 0.97% 0.81% -
XYZ 22.64 44.43 7.56 -
YUV 130.58 57.69 56.26 -
System Red Green Blue C M Y K H S L
Decimal 30 206 6 0.85 0 0.97 0.19 112.8 0.94 0.42
Hex 1E CE 6 55 0 61 13 71 5E 2A
Octal 36 316 6 125 0 141 23 161 136 52
Binary 11110 11001110 110 1010101 0 1100001 10011 1110001 1011110 101010

Color Harmonies of #1ECE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECE06

Black with #1ECE06

Text Example


Text Example

White with #1ECE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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