Html Css Color HEX #52982C Limeade

📋 copy color: '#52982C'

red 82 ◦ green 152 ◦ blue 44

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

Shades of Limeade #52982C

Tints of Limeade #52982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.68%

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 29.5%
G = 54.68%
B = 15.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#52982C (or 0x52982C) is known color: Limeade. HEX triplet: 52, 98 and 2C. RGB value is (82,152,44). Sum of RGB (Red+Green+Blue) = 82+152+44=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #52982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52982C is #AD67D3. Grayscale: #777777. Windows color (decimal): -11364308 or 2922578. OLE color: 2922578.

HSL color Cylindrical-coordinate representation of color #52982C: hue angle of 98.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52982C is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 44 -
CMYK 0.46 0 0.71 0.40
HSL 98.89º 0.55% 0.38% -
HSV(B) 98.89º 0.71% 0.6% -
XYZ 15.16 24.43 6.3 -
YUV 118.76 85.81 101.78 -
System Red Green Blue C M Y K H S L
Decimal 82 152 44 0.46 0 0.71 0.40 98.89 0.55 0.38
Hex 52 98 2C 2E 0 47 28 63 37 26
Octal 122 230 54 56 0 107 50 143 67 46
Binary 1010010 10011000 101100 101110 0 1000111 101000 1100011 110111 100110

Color Harmonies of #52982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52982C

Black with #52982C

Text Example


Text Example

White with #52982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52982C; }

 p { color: rgb(82,152,44); }

 H1.HeaderClassName
 {
   color: #52982C;
 }
 .AnyTagClassName
 {
   color: #52982C;
 }
</style>

background-color css

<style>
 a { background-color: #52982C; }

 a { background-color: rgb(82,152,44); }

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

border-color css

<style>
 span { border-color: #52982C; }

 span { border-color: rgb(82,152,44); }

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