#1DD233

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

Shades of Lime Green #1DD233

Tints of Lime Green #1DD233

Color information

#1DD233 (or 0x1DD233) is unknown color: approx Lime Green. HEX triplet: 1D, D2 and 33. RGB value is (29,210,51). Sum of RGB (Red+Green+Blue) = 29+210+51=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD233 is #E22DCC. Grayscale: #8A8A8A. Windows color (decimal): -14822861 or 3396125. OLE color: 3396125.

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

Color convert

RGB2921051-
CMYK0.8600.760.18
HSL127.29º75.73%46.86%-
HSV(B)127.29º86.19%82.35%-
XYZ24.1546.5910.85-
YUV137.7679.0350.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10%
GREEN value IS 210 (82.42% from 255) = 72.41%
BLUE value IS 51 (20.31% from 255) = 17.59%
R=10%
G=72.41%
B=17.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29210510.8600.760.18127.2975.7346.86
Hex1DD2335604C127f4c2f
Octal353226312601142217711457
Binary11101110100101100111010110010011001001011111111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,210,51); }

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

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

 a { background-color: rgb(29,210,51); }

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

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

 span { border-color: rgb(29,210,51); }

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