#53DD33

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

Shades of Lime Green #53DD33

Tints of Lime Green #53DD33

Color information

#53DD33 (or 0x53DD33) is unknown color: approx Lime Green. HEX triplet: 53, DD and 33. RGB value is (83,221,51). Sum of RGB (Red+Green+Blue) = 83+221+51=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DD33 is #AC22CC. Grayscale: #A0A0A0. Windows color (decimal): -11281101 or 3398995. OLE color: 3398995.

HSL color Cylindrical-coordinate representation of color #53DD33: hue angle of 108.71º 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 #53DD33 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB8322151-
CMYK0.6200.770.13
HSL108.71º71.43%53.33%-
HSV(B)108.71º76.92%86.67%-
XYZ30.0253.7911.93-
YUV160.3666.2872.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 221 (86.72% from 255) = 62.25%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=23.38%
G=62.25%
B=14.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal83221510.6200.770.13108.7171.4353.33
Hex53DD333E04DD6d4735
Octal123335637601151515510765
Binary10100111101110111001111111001001101110111011011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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