#1DDE27

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

Shades of Lime Green #1DDE27

Tints of Lime Green #1DDE27

Color information

#1DDE27 (or 0x1DDE27) is unknown color: approx Lime Green. HEX triplet: 1D, DE and 27. RGB value is (29,222,39). Sum of RGB (Red+Green+Blue) = 29+222+39=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 222 (87.11% from 255 or 76.55% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDE27 is #E221D8. Grayscale: #8F8F8F. Windows color (decimal): -14819801 or 2612765. OLE color: 2612765.

HSL color Cylindrical-coordinate representation of color #1DDE27: hue angle of 123.11º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDE27 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB2922239-
CMYK0.8700.820.13
HSL123.11º76.89%49.22%-
HSV(B)123.11º86.94%87.06%-
XYZ26.9952.6510.66-
YUV143.4369.0646.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10%
GREEN value IS 222 (87.11% from 255) = 76.55%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=10%
G=76.55%
B=13.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal29222390.8700.820.13123.1176.8949.22
Hex1DDE2757052D7b4d31
Octal353364712701221517311561
Binary1110111011110100111101011101010010110111110111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DDE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,222,39); }

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

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

 a { background-color: rgb(29,222,39); }

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

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

 span { border-color: rgb(29,222,39); }

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