#52951A

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

Shades of Limeade #52951A

Tints of Limeade #52951A

Color information

#52951A (or 0x52951A) is unknown color: approx Limeade. HEX triplet: 52, 95 and 1A. RGB value is (82,149,26). Sum of RGB (Red+Green+Blue) = 82+149+26=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #52951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52951A is #AD6AE5. Grayscale: #737373. Windows color (decimal): -11365094 or 1742162. OLE color: 1742162.

HSL color Cylindrical-coordinate representation of color #52951A: hue angle of 92.68º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52951A is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB8214926-
CMYK0.4500.830.42
HSL92.68º70.29%34.31%-
HSV(B)92.68º82.55%58.43%-
XYZ14.4123.364.73-
YUV114.9477.8104.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 149 (58.59% from 255) = 57.98%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=31.91%
G=57.98%
B=10.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149260.4500.830.4292.6870.2934.31
Hex52951A2D0532A5d4622
Octal122225325501235213510642
Binary101001010010101110101011010101001110101010111011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52951A; }

 p { color: rgb(82,149,26); }

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

<style>
 a { background-color: #52951A; }

 a { background-color: rgb(82,149,26); }

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

<style>
 span { border-color: #52951A; }

 span { border-color: rgb(82,149,26); }

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