#33DD33

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

Shades of Lime Green #33DD33

Tints of Lime Green #33DD33

Color information

#33DD33 (or 0x33DD33) is unknown color: approx Lime Green. HEX triplet: 33, DD and 33. RGB value is (51,221,51). Sum of RGB (Red+Green+Blue) = 51+221+51=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DD33 is #CC22CC. Grayscale: #979797. Windows color (decimal): -13378253 or 3398963. OLE color: 3398963.

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

Color convert

RGB5122151-
CMYK0.7700.770.13
HSL120º71.43%53.33%-
HSV(B)120º76.92%86.67%-
XYZ27.8252.6611.83-
YUV150.7971.6856.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 221 (86.72% from 255) = 68.42%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=15.79%
G=68.42%
B=15.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51221510.7700.770.1312071.4353.33
Hex33DD334D04DD784735
Octal633356311501151517010765
Binary11001111011101110011100110101001101110111110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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