#53E832

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

Shades of Lime Green #53E832

Tints of Lime Green #53E832

Color information

#53E832 (or 0x53E832) is unknown color: approx Lime Green. HEX triplet: 53, E8 and 32. RGB value is (83,232,50). Sum of RGB (Red+Green+Blue) = 83+232+50=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 232 (91.02% from 255 or 63.56% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 232 - color contains mainly: green. Hex color #53E832 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53E832 is #AC17CD. Grayscale: #A7A7A7. Windows color (decimal): -11278286 or 3336275. OLE color: 3336275.

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

Color convert

RGB8323250-
CMYK0.6400.780.09
HSL109.12º79.82%55.29%-
HSV(B)109.12º78.45%90.98%-
XYZ3359.7812.82-
YUV166.762.1468.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 232 (91.02% from 255) = 63.56%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=22.74%
G=63.56%
B=13.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal83232500.6400.780.09109.1279.8255.29
Hex53E8324004E96d5037
Octal1233506210001161115512067
Binary101001111101000110010100000001001110100111011011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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