#52992A

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

Shades of Limeade #52992A

Tints of Limeade #52992A

Color information

#52992A (or 0x52992A) is unknown color: approx Limeade. HEX triplet: 52, 99 and 2A. RGB value is (82,153,42). Sum of RGB (Red+Green+Blue) = 82+153+42=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #52992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52992A is #AD66D5. Grayscale: #777777. Windows color (decimal): -11364054 or 2791762. OLE color: 2791762.

HSL color Cylindrical-coordinate representation of color #52992A: hue angle of 98.38º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52992A is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB8215342-
CMYK0.4600.730.4
HSL98.38º56.92%38.24%-
HSV(B)98.38º72.55%60%-
XYZ15.2924.746.16-
YUV119.1284.48101.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 42 (16.80% from 255) = 15.16%
R=29.60%
G=55.23%
B=15.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153420.4600.730.498.3856.9238.24
Hex52992A2E04928623926
Octal12223152560111501427146
Binary101001010011001101010101110010010011010001100010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,153,42); }

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

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

 a { background-color: rgb(82,153,42); }

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

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

 span { border-color: rgb(82,153,42); }

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