#1EBD2D

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

Shades of Lime Green #1EBD2D

Tints of Lime Green #1EBD2D

Color information

#1EBD2D (or 0x1EBD2D) is unknown color: approx Lime Green. HEX triplet: 1E, BD and 2D. RGB value is (30,189,45). Sum of RGB (Red+Green+Blue) = 30+189+45=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 189 (74.22% from 255 or 71.59% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBD2D is #E142D2. Grayscale: #7D7D7D. Windows color (decimal): -14762707 or 2997534. OLE color: 2997534.

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

Color convert

RGB3018945-
CMYK0.8400.760.26
HSL125.66º72.6%42.94%-
HSV(B)125.66º84.13%74.12%-
XYZ19.2136.868.59-
YUV125.0482.8260.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.36%
GREEN value IS 189 (74.22% from 255) = 71.59%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=11.36%
G=71.59%
B=17.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30189450.8400.760.26125.6672.642.94
Hex1EBD2D5404C1A7e492b
Octal362755512401143217611153
Binary11110101111011011011010100010011001101011111101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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