#1DC222

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

Shades of Lime Green #1DC222

Tints of Lime Green #1DC222

Color information

#1DC222 (or 0x1DC222) is unknown color: approx Lime Green. HEX triplet: 1D, C2 and 22. RGB value is (29,194,34). Sum of RGB (Red+Green+Blue) = 29+194+34=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC222 is #E23DDD. Grayscale: #7E7E7E. Windows color (decimal): -14826974 or 2277917. OLE color: 2277917.

HSL color Cylindrical-coordinate representation of color #1DC222: hue angle of 121.82º 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 #1DC222 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB2919434-
CMYK0.8500.820.24
HSL121.82º73.99%43.73%-
HSV(B)121.82º85.05%76.08%-
XYZ20.0938.967.97-
YUV126.4375.8458.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.28%
GREEN value IS 194 (76.17% from 255) = 75.49%
BLUE value IS 34 (13.67% from 255) = 13.23%
R=11.28%
G=75.49%
B=13.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29194340.8500.820.24121.8273.9943.73
Hex1DC22255052187a4a2c
Octal353024212501223017211254
Binary11101110000101000101010101010100101100011110101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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