Html Css Color HEX #52972C Limeade

📋 copy color: '#52972C'

red 82 ◦ green 151 ◦ blue 44

#52972C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #52972C

Tints of Limeade #52972C

RGB

 RED value IS 82 (32.42% from 255) = 29.6%

 GREEN value IS 151 (59.38% from 255) = 54.51%

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 29.6%
G = 54.51%
B = 15.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#52972C (or 0x52972C) is known color: Limeade. HEX triplet: 52, 97 and 2C. RGB value is (82,151,44). Sum of RGB (Red+Green+Blue) = 82+151+44=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #52972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52972C is #AD68D3. Grayscale: #767676. Windows color (decimal): -11364564 or 2922322. OLE color: 2922322.

HSL color Cylindrical-coordinate representation of color #52972C: hue angle of 98.69º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52972C is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 44 -
CMYK 0.46 0 0.71 0.41
HSL 98.69º 0.55% 0.38% -
HSV(B) 98.69º 0.71% 0.59% -
XYZ 15 24.11 6.25 -
YUV 118.17 86.14 102.2 -
System Red Green Blue C M Y K H S L
Decimal 82 151 44 0.46 0 0.71 0.41 98.69 0.55 0.38
Hex 52 97 2C 2E 0 47 29 63 37 26
Octal 122 227 54 56 0 107 51 143 67 46
Binary 1010010 10010111 101100 101110 0 1000111 101001 1100011 110111 100110

Color Harmonies of #52972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52972C

Black with #52972C

Text Example


Text Example

White with #52972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52972C; }

 p { color: rgb(82,151,44); }

 H1.HeaderClassName
 {
   color: #52972C;
 }
 .AnyTagClassName
 {
   color: #52972C;
 }
</style>

background-color css

<style>
 a { background-color: #52972C; }

 a { background-color: rgb(82,151,44); }

 div.DivClassName
 {
   background-color: #52972C;
 }
 .BgClassName
 {
   background-color: #52972C;
 }
</style>

border-color css

<style>
 span { border-color: #52972C; }

 span { border-color: rgb(82,151,44); }

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