Html Css Color HEX #52A00F Limeade

📋 copy color: '#52A00F'

red 82 ◦ green 160 ◦ blue 15

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

Shades of Limeade #52A00F

Tints of Limeade #52A00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 31.91%
G = 62.26%
B = 5.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#52A00F (or 0x52A00F) is known color: Limeade. HEX triplet: 52, A0 and 0F. RGB value is (82,160,15). Sum of RGB (Red+Green+Blue) = 82+160+15=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 160 (62.89% from 255 or 62.26% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 160 - color contains mainly: green. Hex color #52A00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A00F is #AD5FF0. Grayscale: #787878. Windows color (decimal): -11362289 or 1024082. OLE color: 1024082.

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

Color convert

RGB 82 160 15 -
CMYK 0.49 0 0.91 0.37
HSL 92.28º 0.83% 0.34% -
HSV(B) 92.28º 0.91% 0.63% -
XYZ 16.14 26.97 4.81 -
YUV 120.15 68.66 100.79 -
System Red Green Blue C M Y K H S L
Decimal 82 160 15 0.49 0 0.91 0.37 92.28 0.83 0.34
Hex 52 A0 F 31 0 5B 25 5C 53 22
Octal 122 240 17 61 0 133 45 134 123 42
Binary 1010010 10100000 1111 110001 0 1011011 100101 1011100 1010011 100010

Color Harmonies of #52A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A00F

Black with #52A00F

Text Example


Text Example

White with #52A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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