Html Css Color HEX #529C1F Limeade

📋 copy color: '#529C1F'

red 82 ◦ green 156 ◦ blue 31

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

Shades of Limeade #529C1F

Tints of Limeade #529C1F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.99%

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

R = 30.48%
G = 57.99%
B = 11.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#529C1F (or 0x529C1F) is known color: Limeade. HEX triplet: 52, 9C and 1F. RGB value is (82,156,31). Sum of RGB (Red+Green+Blue) = 82+156+31=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 156 (61.33% from 255 or 57.99% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 156 - color contains mainly: green. Hex color #529C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C1F is #AD63E0. Grayscale: #787878. Windows color (decimal): -11363297 or 2071634. OLE color: 2071634.

HSL color Cylindrical-coordinate representation of color #529C1F: hue angle of 95.52º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #529C1F is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 31 -
CMYK 0.47 0 0.80 0.39
HSL 95.52º 0.67% 0.37% -
HSV(B) 95.52º 0.8% 0.61% -
XYZ 15.62 25.67 5.43 -
YUV 119.62 77.98 101.16 -
System Red Green Blue C M Y K H S L
Decimal 82 156 31 0.47 0 0.80 0.39 95.52 0.67 0.37
Hex 52 9C 1F 2F 0 50 27 60 43 25
Octal 122 234 37 57 0 120 47 140 103 45
Binary 1010010 10011100 11111 101111 0 1010000 100111 1100000 1000011 100101

Color Harmonies of #529C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C1F

Black with #529C1F

Text Example


Text Example

White with #529C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529C1F; }

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

 H1.HeaderClassName
 {
   color: #529C1F;
 }
 .AnyTagClassName
 {
   color: #529C1F;
 }
</style>

background-color css

<style>
 a { background-color: #529C1F; }

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

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

border-color css

<style>
 span { border-color: #529C1F; }

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

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