Html Css Color HEX #529B1F Limeade

📋 copy color: '#529B1F'

red 82 ◦ green 155 ◦ blue 31

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

Shades of Limeade #529B1F

Tints of Limeade #529B1F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 57.84%

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

R = 30.6%
G = 57.84%
B = 11.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#529B1F (or 0x529B1F) is known color: Limeade. HEX triplet: 52, 9B and 1F. RGB value is (82,155,31). Sum of RGB (Red+Green+Blue) = 82+155+31=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #529B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B1F is #AD64E0. Grayscale: #777777. Windows color (decimal): -11363553 or 2071378. OLE color: 2071378.

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

Color convert

RGB 82 155 31 -
CMYK 0.47 0 0.8 0.39
HSL 95.32º 0.67% 0.36% -
HSV(B) 95.32º 0.8% 0.61% -
XYZ 15.45 25.34 5.37 -
YUV 119.04 78.32 101.58 -
System Red Green Blue C M Y K H S L
Decimal 82 155 31 0.47 0 0.8 0.39 95.32 0.67 0.36
Hex 52 9B 1F 2F 0 50 27 5F 43 24
Octal 122 233 37 57 0 120 47 137 103 44
Binary 1010010 10011011 11111 101111 0 1010000 100111 1011111 1000011 100100

Color Harmonies of #529B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B1F

Black with #529B1F

Text Example


Text Example

White with #529B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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