Html Css Color HEX #52922E Limeade

📋 copy color: '#52922E'

red 82 ◦ green 146 ◦ blue 46

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

Shades of Limeade #52922E

Tints of Limeade #52922E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.28%

 BLUE value IS 46 (18.36% from 255) = 16.79%

R = 29.93%
G = 53.28%
B = 16.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#52922E (or 0x52922E) is known color: Limeade. HEX triplet: 52, 92 and 2E. RGB value is (82,146,46). Sum of RGB (Red+Green+Blue) = 82+146+46=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #52922E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52922E is #AD6DD1. Grayscale: #737373. Windows color (decimal): -11365842 or 3052114. OLE color: 3052114.

HSL color Cylindrical-coordinate representation of color #52922E: hue angle of 98.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52922E is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 46 -
CMYK 0.44 0 0.68 0.43
HSL 98.4º 0.52% 0.38% -
HSV(B) 98.4º 0.68% 0.57% -
XYZ 14.25 22.55 6.19 -
YUV 115.46 88.8 104.13 -
System Red Green Blue C M Y K H S L
Decimal 82 146 46 0.44 0 0.68 0.43 98.4 0.52 0.38
Hex 52 92 2E 2C 0 44 2B 62 34 26
Octal 122 222 56 54 0 104 53 142 64 46
Binary 1010010 10010010 101110 101100 0 1000100 101011 1100010 110100 100110

Color Harmonies of #52922E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52922E

Black with #52922E

Text Example


Text Example

White with #52922E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52922E; }

 p { color: rgb(82,146,46); }

 H1.HeaderClassName
 {
   color: #52922E;
 }
 .AnyTagClassName
 {
   color: #52922E;
 }
</style>

background-color css

<style>
 a { background-color: #52922E; }

 a { background-color: rgb(82,146,46); }

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

border-color css

<style>
 span { border-color: #52922E; }

 span { border-color: rgb(82,146,46); }

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