Html Css Color HEX #529C1B Limeade

📋 copy color: '#529C1B'

red 82 ◦ green 156 ◦ blue 27

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

Shades of Limeade #529C1B

Tints of Limeade #529C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 30.94%
G = 58.87%
B = 10.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#529C1B (or 0x529C1B) is known color: Limeade. HEX triplet: 52, 9C and 1B. RGB value is (82,156,27). Sum of RGB (Red+Green+Blue) = 82+156+27=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #529C1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C1B is #AD63E4. Grayscale: #777777. Windows color (decimal): -11363301 or 1809490. OLE color: 1809490.

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

Color convert

RGB 82 156 27 -
CMYK 0.47 0 0.83 0.39
HSL 94.42º 0.7% 0.36% -
HSV(B) 94.42º 0.83% 0.61% -
XYZ 15.57 25.65 5.17 -
YUV 119.17 75.98 101.49 -
System Red Green Blue C M Y K H S L
Decimal 82 156 27 0.47 0 0.83 0.39 94.42 0.7 0.36
Hex 52 9C 1B 2F 0 53 27 5E 46 24
Octal 122 234 33 57 0 123 47 136 106 44
Binary 1010010 10011100 11011 101111 0 1010011 100111 1011110 1000110 100100

Color Harmonies of #529C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C1B

Black with #529C1B

Text Example


Text Example

White with #529C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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