Html Css Color HEX #52951F Limeade

📋 copy color: '#52951F'

red 82 ◦ green 149 ◦ blue 31

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

Shades of Limeade #52951F

Tints of Limeade #52951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.87%

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 31.3%
G = 56.87%
B = 11.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#52951F (or 0x52951F) is known color: Limeade. HEX triplet: 52, 95 and 1F. RGB value is (82,149,31). Sum of RGB (Red+Green+Blue) = 82+149+31=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #52951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52951F is #AD6AE0. Grayscale: #737373. Windows color (decimal): -11365089 or 2069842. OLE color: 2069842.

HSL color Cylindrical-coordinate representation of color #52951F: hue angle of 94.07º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52951F is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 31 -
CMYK 0.45 0 0.79 0.42
HSL 94.07º 0.66% 0.35% -
HSV(B) 94.07º 0.79% 0.58% -
XYZ 14.47 23.39 5.05 -
YUV 115.52 80.3 104.09 -
System Red Green Blue C M Y K H S L
Decimal 82 149 31 0.45 0 0.79 0.42 94.07 0.66 0.35
Hex 52 95 1F 2D 0 4F 2A 5E 42 23
Octal 122 225 37 55 0 117 52 136 102 43
Binary 1010010 10010101 11111 101101 0 1001111 101010 1011110 1000010 100011

Color Harmonies of #52951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52951F

Black with #52951F

Text Example


Text Example

White with #52951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52951F; }

 p { color: rgb(82,149,31); }

 H1.HeaderClassName
 {
   color: #52951F;
 }
 .AnyTagClassName
 {
   color: #52951F;
 }
</style>

background-color css

<style>
 a { background-color: #52951F; }

 a { background-color: rgb(82,149,31); }

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

border-color css

<style>
 span { border-color: #52951F; }

 span { border-color: rgb(82,149,31); }

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