#1DC221

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

Shades of Lime Green #1DC221

Tints of Lime Green #1DC221

Color information

#1DC221 (or 0x1DC221) is unknown color: approx Lime Green. HEX triplet: 1D, C2 and 21. RGB value is (29,194,33). Sum of RGB (Red+Green+Blue) = 29+194+33=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 194 (76.17% from 255 or 75.78% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC221 is #E23DDE. Grayscale: #7E7E7E. Windows color (decimal): -14826975 or 2212381. OLE color: 2212381.

HSL color Cylindrical-coordinate representation of color #1DC221: hue angle of 121.45º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC221 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB2919433-
CMYK0.8500.830.24
HSL121.45º73.99%43.73%-
HSV(B)121.45º85.05%76.08%-
XYZ20.0738.957.9-
YUV126.3175.3458.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.33%
GREEN value IS 194 (76.17% from 255) = 75.78%
BLUE value IS 33 (13.28% from 255) = 12.89%
R=11.33%
G=75.78%
B=12.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29194330.8500.830.24121.4573.9943.73
Hex1DC2215505318794a2c
Octal353024112501233017111254
Binary11101110000101000011010101010100111100011110011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,194,33); }

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

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

 a { background-color: rgb(29,194,33); }

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

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

 span { border-color: rgb(29,194,33); }

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