#53E432

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

Shades of Lime Green #53E432

Tints of Lime Green #53E432

Color information

#53E432 (or 0x53E432) is unknown color: approx Lime Green. HEX triplet: 53, E4 and 32. RGB value is (83,228,50). Sum of RGB (Red+Green+Blue) = 83+228+50=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #53E432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E432 is #AC1BCD. Grayscale: #A4A4A4. Windows color (decimal): -11279310 or 3335251. OLE color: 3335251.

HSL color Cylindrical-coordinate representation of color #53E432: hue angle of 108.88º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53E432 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB8322850-
CMYK0.6400.780.11
HSL108.88º76.72%54.51%-
HSV(B)108.88º78.07%89.41%-
XYZ31.8957.5612.45-
YUV164.3563.4669.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 228 (89.45% from 255) = 63.16%
BLUE value IS 50 (19.92% from 255) = 13.85%
R=22.99%
G=63.16%
B=13.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal83228500.6400.780.11108.8876.7254.51
Hex53E4324004EB6d4d37
Octal1233446210001161315511567
Binary101001111100100110010100000001001110101111011011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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