#1DE22C

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

Shades of Lime Green #1DE22C

Tints of Lime Green #1DE22C

Color information

#1DE22C (or 0x1DE22C) is unknown color: approx Lime Green. HEX triplet: 1D, E2 and 2C. RGB value is (29,226,44). Sum of RGB (Red+Green+Blue) = 29+226+44=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 226 (88.67% from 255 or 75.59% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 226 - color contains mainly: green. Hex color #1DE22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE22C is #E21DD3. Grayscale: #929292. Windows color (decimal): -14818772 or 2941469. OLE color: 2941469.

HSL color Cylindrical-coordinate representation of color #1DE22C: hue angle of 124.57º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE22C is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2922644-
CMYK0.8700.810.11
HSL124.57º77.25%50%-
HSV(B)124.57º87.17%88.63%-
XYZ28.1654.8411.48-
YUV146.3570.2344.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.70%
GREEN value IS 226 (88.67% from 255) = 75.59%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=9.70%
G=75.59%
B=14.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal29226440.8700.810.11124.5777.2550
Hex1DE22C57051B7d4d32
Octal353425412701211317511562
Binary1110111100010101100101011101010001101111111011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,226,44); }

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

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

 a { background-color: rgb(29,226,44); }

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

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

 span { border-color: rgb(29,226,44); }

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