Html Css Color HEX #52A32F Limeade

📋 copy color: '#52A32F'

red 82 ◦ green 163 ◦ blue 47

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

Shades of Limeade #52A32F

Tints of Limeade #52A32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.82%

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 28.08%
G = 55.82%
B = 16.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#52A32F (or 0x52A32F) is known color: Limeade. HEX triplet: 52, A3 and 2F. RGB value is (82,163,47). Sum of RGB (Red+Green+Blue) = 82+163+47=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #52A32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A32F is #AD5CD0. Grayscale: #7D7D7D. Windows color (decimal): -11361489 or 3122002. OLE color: 3122002.

HSL color Cylindrical-coordinate representation of color #52A32F: hue angle of 101.9º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52A32F is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 47 -
CMYK 0.50 0 0.71 0.36
HSL 101.9º 0.55% 0.41% -
HSV(B) 101.9º 0.71% 0.64% -
XYZ 17.09 28.19 7.23 -
YUV 125.56 83.66 96.93 -
System Red Green Blue C M Y K H S L
Decimal 82 163 47 0.50 0 0.71 0.36 101.9 0.55 0.41
Hex 52 A3 2F 32 0 47 24 66 37 29
Octal 122 243 57 62 0 107 44 146 67 51
Binary 1010010 10100011 101111 110010 0 1000111 100100 1100110 110111 101001

Color Harmonies of #52A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A32F

Black with #52A32F

Text Example


Text Example

White with #52A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,163,47); }

 H1.HeaderClassName
 {
   color: #52A32F;
 }
 .AnyTagClassName
 {
   color: #52A32F;
 }
</style>

background-color css

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

 a { background-color: rgb(82,163,47); }

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

border-color css

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

 span { border-color: rgb(82,163,47); }

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