Html Css Color HEX #52942B Limeade

📋 copy color: '#52942B'

red 82 ◦ green 148 ◦ blue 43

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

Shades of Limeade #52942B

Tints of Limeade #52942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.21%

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 30.04%
G = 54.21%
B = 15.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#52942B (or 0x52942B) is known color: Limeade. HEX triplet: 52, 94 and 2B. RGB value is (82,148,43). Sum of RGB (Red+Green+Blue) = 82+148+43=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #52942B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52942B is #AD6BD4. Grayscale: #747474. Windows color (decimal): -11365333 or 2856018. OLE color: 2856018.

HSL color Cylindrical-coordinate representation of color #52942B: hue angle of 97.71º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52942B is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 43 -
CMYK 0.45 0 0.71 0.42
HSL 97.71º 0.55% 0.37% -
HSV(B) 97.71º 0.71% 0.58% -
XYZ 14.51 23.15 5.99 -
YUV 116.3 86.63 103.54 -
System Red Green Blue C M Y K H S L
Decimal 82 148 43 0.45 0 0.71 0.42 97.71 0.55 0.37
Hex 52 94 2B 2D 0 47 2A 62 37 25
Octal 122 224 53 55 0 107 52 142 67 45
Binary 1010010 10010100 101011 101101 0 1000111 101010 1100010 110111 100101

Color Harmonies of #52942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52942B

Black with #52942B

Text Example


Text Example

White with #52942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52942B; }

 p { color: rgb(82,148,43); }

 H1.HeaderClassName
 {
   color: #52942B;
 }
 .AnyTagClassName
 {
   color: #52942B;
 }
</style>

background-color css

<style>
 a { background-color: #52942B; }

 a { background-color: rgb(82,148,43); }

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

border-color css

<style>
 span { border-color: #52942B; }

 span { border-color: rgb(82,148,43); }

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