#53D832

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

Shades of Lime Green #53D832

Tints of Lime Green #53D832

Color information

#53D832 (or 0x53D832) is unknown color: approx Lime Green. HEX triplet: 53, D8 and 32. RGB value is (83,216,50). Sum of RGB (Red+Green+Blue) = 83+216+50=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 216 (84.77% from 255 or 61.89% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 216 - color contains mainly: green. Hex color #53D832 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D832 is #AC27CD. Grayscale: #9D9D9D. Windows color (decimal): -11282382 or 3332179. OLE color: 3332179.

HSL color Cylindrical-coordinate representation of color #53D832: hue angle of 108.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53D832 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB8321650-
CMYK0.6200.770.15
HSL108.07º68.03%52.16%-
HSV(B)108.07º76.85%84.71%-
XYZ28.751.1811.38-
YUV157.3167.4475-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 216 (84.77% from 255) = 61.89%
BLUE value IS 50 (19.92% from 255) = 14.33%
R=23.78%
G=61.89%
B=14.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83216500.6200.770.15108.0768.0352.16
Hex53D8323E04DF6c4434
Octal123330627601151715410464
Binary10100111101100011001011111001001101111111011001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,216,50); }

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

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

 a { background-color: rgb(83,216,50); }

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

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

 span { border-color: rgb(83,216,50); }

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