#52A51F

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

Shades of Limeade #52A51F

Tints of Limeade #52A51F

Color information

#52A51F (or 0x52A51F) is unknown color: approx Limeade. HEX triplet: 52, A5 and 1F. RGB value is (82,165,31). Sum of RGB (Red+Green+Blue) = 82+165+31=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 165 (64.84% from 255 or 59.35% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 165 - color contains mainly: green. Hex color #52A51F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A51F is #AD5AE0. Grayscale: #7D7D7D. Windows color (decimal): -11360993 or 2073938. OLE color: 2073938.

HSL color Cylindrical-coordinate representation of color #52A51F: hue angle of 97.16º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52A51F is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB8216531-
CMYK0.5000.810.35
HSL97.16º68.37%38.43%-
HSV(B)97.16º81.21%64.71%-
XYZ17.1828.85.95-
YUV124.917597.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 165 (64.84% from 255) = 59.35%
BLUE value IS 31 (12.5% from 255) = 11.15%
R=29.50%
G=59.35%
B=11.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82165310.5000.810.3597.1668.3738.43
Hex52A51F3205123614426
Octal122245376201214314110446
Binary101001010100101111111100100101000110001111000011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,165,31); }

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

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

 a { background-color: rgb(82,165,31); }

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

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

 span { border-color: rgb(82,165,31); }

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