Html Css Color HEX #33DD11 Lime Green

📋 copy color: '#33DD11'

red 51 ◦ green 221 ◦ blue 17

#33DD11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #33DD11

Tints of Lime Green #33DD11

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 value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#33DD11 (or 0x33DD11) is known color: 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

RGB 51 221 17 -
CMYK 0.77 0 0.92 0.13
HSL 110º 0.86% 0.47% -
HSV(B) 110º 0.92% 0.87% -
XYZ 27.32 52.46 9.22 -
YUV 146.91 54.68 59.59 -
System Red Green Blue C M Y K H S L
Decimal 51 221 17 0.77 0 0.92 0.13 110 0.86 0.47
Hex 33 DD 11 4D 0 5C D 6E 56 2F
Octal 63 335 21 115 0 134 15 156 126 57
Binary 110011 11011101 10001 1001101 0 1011100 1101 1101110 1010110 101111

Color Harmonies of #33DD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD11

Black with #33DD11

Text Example


Text Example

White with #33DD11

Text Example


Text Example

HTML Codes & Css Web 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>