#52A631

Color #52A631 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #52A631

Tints of Limeade #52A631

Color information

#52A631 (or 0x52A631) is unknown color: approx Limeade. HEX triplet: 52, A6 and 31. RGB value is (82,166,49). Sum of RGB (Red+Green+Blue) = 82+166+49=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #52A631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A631 is #AD59CE. Grayscale: #7F7F7F. Windows color (decimal): -11360719 or 3253842. OLE color: 3253842.

HSL color Cylindrical-coordinate representation of color #52A631: hue angle of 103.08º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52A631 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB8216649-
CMYK0.5100.700.35
HSL103.08º54.42%42.16%-
HSV(B)103.08º70.48%65.1%-
XYZ17.6729.297.63-
YUV127.5583.6795.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 166 (65.23% from 255) = 55.89%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=27.61%
G=55.89%
B=16.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82166490.5100.700.35103.0854.4242.16
Hex52A631330462367362a
Octal12224661630106431476652
Binary101001010100110110001110011010001101000111100111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A631; }

 p { color: rgb(82,166,49); }

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

<style>
 a { background-color: #52A631; }

 a { background-color: rgb(82,166,49); }

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

<style>
 span { border-color: #52A631; }

 span { border-color: rgb(82,166,49); }

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