Html Css Color HEX #52A21A Limeade

📋 copy color: '#52A21A'

red 82 ◦ green 162 ◦ blue 26

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

Shades of Limeade #52A21A

Tints of Limeade #52A21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60%

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 30.37%
G = 60%
B = 9.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#52A21A (or 0x52A21A) is known color: Limeade. HEX triplet: 52, A2 and 1A. RGB value is (82,162,26). Sum of RGB (Red+Green+Blue) = 82+162+26=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #52A21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A21A is #AD5DE5. Grayscale: #7B7B7B. Windows color (decimal): -11361766 or 1745490. OLE color: 1745490.

HSL color Cylindrical-coordinate representation of color #52A21A: hue angle of 95.29º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52A21A is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 162 26 -
CMYK 0.49 0 0.84 0.36
HSL 95.29º 0.72% 0.37% -
HSV(B) 95.29º 0.84% 0.64% -
XYZ 16.59 27.71 5.45 -
YUV 122.58 73.5 99.06 -
System Red Green Blue C M Y K H S L
Decimal 82 162 26 0.49 0 0.84 0.36 95.29 0.72 0.37
Hex 52 A2 1A 31 0 54 24 5F 48 25
Octal 122 242 32 61 0 124 44 137 110 45
Binary 1010010 10100010 11010 110001 0 1010100 100100 1011111 1001000 100101

Color Harmonies of #52A21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A21A

Black with #52A21A

Text Example


Text Example

White with #52A21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,162,26); }

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

background-color css

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

 a { background-color: rgb(82,162,26); }

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

border-color css

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

 span { border-color: rgb(82,162,26); }

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