#1DD41F

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

Shades of Lime Green #1DD41F

Tints of Lime Green #1DD41F

Color information

#1DD41F (or 0x1DD41F) is unknown color: approx Lime Green. HEX triplet: 1D, D4 and 1F. RGB value is (29,212,31). Sum of RGB (Red+Green+Blue) = 29+212+31=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 212 (83.20% from 255 or 77.94% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 212 - color contains mainly: green. Hex color #1DD41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD41F is #E22BE0. Grayscale: #898989. Windows color (decimal): -14822369 or 2085917. OLE color: 2085917.

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

Color convert

RGB2921231-
CMYK0.8600.850.17
HSL120.66º75.93%47.25%-
HSV(B)120.66º86.32%83.14%-
XYZ24.347.459.17-
YUV136.6568.3751.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.66%
GREEN value IS 212 (83.20% from 255) = 77.94%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=10.66%
G=77.94%
B=11.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal29212310.8600.850.17120.6675.9347.25
Hex1DD41F5605511794c2f
Octal353243712601252117111457
Binary1110111010100111111010110010101011000111110011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,212,31); }

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

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

 a { background-color: rgb(29,212,31); }

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

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

 span { border-color: rgb(29,212,31); }

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