#33dd11

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

Shades of Lime Green #33DD11

Tints of Lime Green #33DD11

Color information

#33DD11 (or 0x33DD11) is unknown color: approx Lime Green. HEX triplet: 33, DD and 11. RGB value is (51,221,17). Sum of RGB (Red+Green+Blue) = 51+221+17=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 221 (86.72% from 255 or 76.47% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DD11 is #CC22EE. Grayscale: #939393. Windows color (decimal): -13378287 or 1170739. OLE color: 1170739.

HSL color Cylindrical-coordinate representation of color #33DD11: hue angle of 110º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33DD11 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB5122117-
CMYK0.7700.920.13
HSL110º85.71%46.67%-
HSV(B)110º92.31%86.67%-
XYZ27.3252.469.22-
YUV146.9154.6859.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 221 (86.72% from 255) = 76.47%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=17.65%
G=76.47%
B=5.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51221170.7700.920.1311085.7146.67
Hex33DD114D05CD6e562f
Octal633352111501341515612657
Binary1100111101110110001100110101011100110111011101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33dd11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33dd11; }

 p { color: rgb(51,221,17); }

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

<style>
 a { background-color: #33dd11; }

 a { background-color: rgb(51,221,17); }

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

<style>
 span { border-color: #33dd11; }

 span { border-color: rgb(51,221,17); }

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