Html Css Color HEX #519930 Limeade

📋 copy color: '#519930'

red 81 ◦ green 153 ◦ blue 48

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

Shades of Limeade #519930

Tints of Limeade #519930

RGB

 RED value IS 81 (32.03% from 255) = 28.72%

 GREEN value IS 153 (60.16% from 255) = 54.26%

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 28.72%
G = 54.26%
B = 17.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#519930 (or 0x519930) is known color: Limeade. HEX triplet: 51, 99 and 30. RGB value is (81,153,48). Sum of RGB (Red+Green+Blue) = 81+153+48=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #519930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519930 is #AE66CF. Grayscale: #777777. Windows color (decimal): -11429584 or 3184977. OLE color: 3184977.

HSL color Cylindrical-coordinate representation of color #519930: hue angle of 101.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #519930 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 48 -
CMYK 0.47 0 0.69 0.4
HSL 101.14º 0.52% 0.39% -
HSV(B) 101.14º 0.69% 0.6% -
XYZ 15.32 24.75 6.77 -
YUV 119.5 87.65 100.54 -
System Red Green Blue C M Y K H S L
Decimal 81 153 48 0.47 0 0.69 0.4 101.14 0.52 0.39
Hex 51 99 30 2F 0 45 28 65 34 27
Octal 121 231 60 57 0 105 50 145 64 47
Binary 1010001 10011001 110000 101111 0 1000101 101000 1100101 110100 100111

Color Harmonies of #519930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519930

Black with #519930

Text Example


Text Example

White with #519930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519930; }

 p { color: rgb(81,153,48); }

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

background-color css

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

 a { background-color: rgb(81,153,48); }

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

border-color css

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

 span { border-color: rgb(81,153,48); }

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