#1DC426

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

Shades of Lime Green #1DC426

Tints of Lime Green #1DC426

Color information

#1DC426 (or 0x1DC426) is unknown color: approx Lime Green. HEX triplet: 1D, C4 and 26. RGB value is (29,196,38). Sum of RGB (Red+Green+Blue) = 29+196+38=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 196 (76.95% from 255 or 74.52% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC426 is #E23BD9. Grayscale: #808080. Windows color (decimal): -14826458 or 2540573. OLE color: 2540573.

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

Color convert

RGB2919638-
CMYK0.8500.810.23
HSL123.23º74.22%44.12%-
HSV(B)123.23º85.2%76.86%-
XYZ20.639.888.45-
YUV128.0577.1757.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.03%
GREEN value IS 196 (76.95% from 255) = 74.52%
BLUE value IS 38 (15.23% from 255) = 14.45%
R=11.03%
G=74.52%
B=14.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal29196380.8500.810.23123.2374.2244.12
Hex1DC42655051177b4a2c
Octal353044612501212717311254
Binary11101110001001001101010101010100011011111110111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,196,38); }

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

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

 a { background-color: rgb(29,196,38); }

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

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

 span { border-color: rgb(29,196,38); }

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