#52A117

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

Shades of Limeade #52A117

Tints of Limeade #52A117

Color information

#52A117 (or 0x52A117) is unknown color: approx Limeade. HEX triplet: 52, A1 and 17. RGB value is (82,161,23). Sum of RGB (Red+Green+Blue) = 82+161+23=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #52A117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A117 is #AD5EE8. Grayscale: #7A7A7A. Windows color (decimal): -11362025 or 1548626. OLE color: 1548626.

HSL color Cylindrical-coordinate representation of color #52A117: hue angle of 94.35º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52A117 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB8216123-
CMYK0.4900.860.37
HSL94.35º75%36.08%-
HSV(B)94.35º85.71%63.14%-
XYZ16.3827.355.23-
YUV121.6572.3399.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 161 (63.28% from 255) = 60.53%
BLUE value IS 23 (9.38% from 255) = 8.65%
R=30.83%
G=60.53%
B=8.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82161230.4900.860.3794.357536.08
Hex52A11731056255e4b24
Octal122241276101264513611344
Binary101001010100001101111100010101011010010110111101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,161,23); }

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

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

 a { background-color: rgb(82,161,23); }

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

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

 span { border-color: rgb(82,161,23); }

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