#1CDD1E

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

Shades of Lime Green #1CDD1E

Tints of Lime Green #1CDD1E

Color information

#1CDD1E (or 0x1CDD1E) is unknown color: approx Lime Green. HEX triplet: 1C, DD and 1E. RGB value is (28,221,30). Sum of RGB (Red+Green+Blue) = 28+221+30=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 221 (86.72% from 255 or 79.21% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD1E is #E322E1. Grayscale: #8E8E8E. Windows color (decimal): -14885602 or 2022684. OLE color: 2022684.

HSL color Cylindrical-coordinate representation of color #1CDD1E: hue angle of 120.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDD1E is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB2822130-
CMYK0.8700.860.13
HSL120.62º77.51%48.82%-
HSV(B)120.62º87.33%86.67%-
XYZ26.5752.059.88-
YUV141.5265.0647.03-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.04%
GREEN value IS 221 (86.72% from 255) = 79.21%
BLUE value IS 30 (12.11% from 255) = 10.75%
R=10.04%
G=79.21%
B=10.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28221300.8700.860.13120.6277.5148.82
Hex1CDD1E57056D794e31
Octal343353612701261517111661
Binary111001101110111110101011101010110110111110011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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