#1ebd1c

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

Shades of Lime Green #1EBD1C

Tints of Lime Green #1EBD1C

Color information

#1EBD1C (or 0x1EBD1C) is unknown color: approx Lime Green. HEX triplet: 1E, BD and 1C. RGB value is (30,189,28). Sum of RGB (Red+Green+Blue) = 30+189+28=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 189 (74.22% from 255 or 76.52% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBD1C is #E142E3. Grayscale: #7B7B7B. Windows color (decimal): -14762724 or 1883422. OLE color: 1883422.

HSL color Cylindrical-coordinate representation of color #1EBD1C: hue angle of 119.25º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EBD1C is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB3018928-
CMYK0.8400.850.26
HSL119.25º74.19%42.55%-
HSV(B)119.25º85.19%74.12%-
XYZ18.9436.767.19-
YUV123.174.3261.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 189 (74.22% from 255) = 76.52%
BLUE value IS 28 (11.33% from 255) = 11.34%
R=12.15%
G=76.52%
B=11.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30189280.8400.850.26119.2574.1942.55
Hex1EBD1C540551A774a2b
Octal362753412401253216711253
Binary1111010111101111001010100010101011101011101111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ebd1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,189,28); }

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

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

 a { background-color: rgb(30,189,28); }

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

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

 span { border-color: rgb(30,189,28); }

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