Html Css Color HEX #52A01C Limeade

📋 copy color: '#52A01C'

red 82 ◦ green 160 ◦ blue 28

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

Shades of Limeade #52A01C

Tints of Limeade #52A01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.26%

 BLUE value IS 28 (11.33% from 255) = 10.37%

R = 30.37%
G = 59.26%
B = 10.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#52A01C (or 0x52A01C) is known color: Limeade. HEX triplet: 52, A0 and 1C. RGB value is (82,160,28). Sum of RGB (Red+Green+Blue) = 82+160+28=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #52A01C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A01C is #AD5FE3. Grayscale: #7A7A7A. Windows color (decimal): -11362276 or 1876050. OLE color: 1876050.

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

Color convert

RGB 82 160 28 -
CMYK 0.49 0 0.82 0.37
HSL 95.45º 0.7% 0.37% -
HSV(B) 95.45º 0.83% 0.63% -
XYZ 16.26 27.02 5.46 -
YUV 121.63 75.16 99.73 -
System Red Green Blue C M Y K H S L
Decimal 82 160 28 0.49 0 0.82 0.37 95.45 0.7 0.37
Hex 52 A0 1C 31 0 52 25 5F 46 25
Octal 122 240 34 61 0 122 45 137 106 45
Binary 1010010 10100000 11100 110001 0 1010010 100101 1011111 1000110 100101

Color Harmonies of #52A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A01C

Black with #52A01C

Text Example


Text Example

White with #52A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,160,28); }

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

background-color css

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

 a { background-color: rgb(82,160,28); }

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

border-color css

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

 span { border-color: rgb(82,160,28); }

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