#1ECF2D

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

Shades of Lime Green #1ECF2D

Tints of Lime Green #1ECF2D

Color information

#1ECF2D (or 0x1ECF2D) is unknown color: approx Lime Green. HEX triplet: 1E, CF and 2D. RGB value is (30,207,45). Sum of RGB (Red+Green+Blue) = 30+207+45=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECF2D is #E130D2. Grayscale: #888888. Windows color (decimal): -14758099 or 3002142. OLE color: 3002142.

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

Color convert

RGB3020745-
CMYK0.8600.780.19
HSL125.08º74.68%46.47%-
HSV(B)125.08º85.51%81.18%-
XYZ23.3245.099.96-
YUV135.6176.8652.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.64%
GREEN value IS 207 (81.25% from 255) = 73.40%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=10.64%
G=73.40%
B=15.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal30207450.8600.780.19125.0874.6846.47
Hex1ECF2D5604E137d4b2e
Octal363175512601162317511356
Binary11110110011111011011010110010011101001111111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,207,45); }

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

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

 a { background-color: rgb(30,207,45); }

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

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

 span { border-color: rgb(30,207,45); }

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