Html Css Color HEX #52A12C Limeade

📋 copy color: '#52A12C'

red 82 ◦ green 161 ◦ blue 44

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

Shades of Limeade #52A12C

Tints of Limeade #52A12C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.1%

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

R = 28.57%
G = 56.1%
B = 15.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#52A12C (or 0x52A12C) is known color: Limeade. HEX triplet: 52, A1 and 2C. RGB value is (82,161,44). Sum of RGB (Red+Green+Blue) = 82+161+44=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #52A12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A12C is #AD5ED3. Grayscale: #7C7C7C. Windows color (decimal): -11362004 or 2924882. OLE color: 2924882.

HSL color Cylindrical-coordinate representation of color #52A12C: hue angle of 100.51º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52A12C is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 161 44 -
CMYK 0.49 0 0.73 0.37
HSL 100.51º 0.57% 0.4% -
HSV(B) 100.51º 0.73% 0.63% -
XYZ 16.68 27.47 6.81 -
YUV 124.04 82.83 98.01 -
System Red Green Blue C M Y K H S L
Decimal 82 161 44 0.49 0 0.73 0.37 100.51 0.57 0.4
Hex 52 A1 2C 31 0 49 25 65 39 28
Octal 122 241 54 61 0 111 45 145 71 50
Binary 1010010 10100001 101100 110001 0 1001001 100101 1100101 111001 101000

Color Harmonies of #52A12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A12C

Black with #52A12C

Text Example


Text Example

White with #52A12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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