#1CDD3A

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

Shades of Lime Green #1CDD3A

Tints of Lime Green #1CDD3A

Color information

#1CDD3A (or 0x1CDD3A) is unknown color: approx Lime Green. HEX triplet: 1C, DD and 3A. RGB value is (28,221,58). Sum of RGB (Red+Green+Blue) = 28+221+58=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD3A is #E322C5. Grayscale: #919191. Windows color (decimal): -14885574 or 3857692. OLE color: 3857692.

HSL color Cylindrical-coordinate representation of color #1CDD3A: hue angle of 129.33º 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 #1CDD3A is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2822158-
CMYK0.8700.740.13
HSL129.33º77.51%48.82%-
HSV(B)129.33º87.33%86.67%-
XYZ27.152.2712.66-
YUV144.7179.0644.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.12%
GREEN value IS 221 (86.72% from 255) = 71.99%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=9.12%
G=71.99%
B=18.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28221580.8700.740.13129.3377.5148.82
Hex1CDD3A5704AD814e31
Octal343357212701121520111661
Binary11100110111011110101010111010010101101100000011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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