#1ECE0B

Color #1ECE0B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1ECE0B

Tints of Lime Green #1ECE0B

Color information

#1ECE0B (or 0x1ECE0B) is unknown color: approx Lime Green. HEX triplet: 1E, CE and 0B. RGB value is (30,206,11). Sum of RGB (Red+Green+Blue) = 30+206+11=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 206 (80.86% from 255 or 83.40% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECE0B is #E131F4. Grayscale: #838383. Windows color (decimal): -14758389 or 773662. OLE color: 773662.

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

Color convert

RGB3020611-
CMYK0.8500.950.19
HSL114.15º89.86%42.55%-
HSV(B)114.15º94.66%80.78%-
XYZ22.6744.447.7-
YUV131.1560.1955.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 206 (80.86% from 255) = 83.40%
BLUE value IS 11 (4.69% from 255) = 4.45%
R=12.15%
G=83.40%
B=4.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal30206110.8500.950.19114.1589.8642.55
Hex1ECEB5505F13725a2b
Octal363161312501372316213253
Binary111101100111010111010101010111111001111100101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ECE0B;
 }
 .AnyTagClassName
 {
   color: #1ECE0B;
 }
</style>
background-color css

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

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

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

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

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

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