Html Css Color HEX #519C1F Limeade

📋 copy color: '#519C1F'

red 81 ◦ green 156 ◦ blue 31

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

Shades of Limeade #519C1F

Tints of Limeade #519C1F

RGB

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

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

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

R = 30.22%
G = 58.21%
B = 11.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#519C1F (or 0x519C1F) is known color: Limeade. HEX triplet: 51, 9C and 1F. RGB value is (81,156,31). Sum of RGB (Red+Green+Blue) = 81+156+31=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 156 (61.33% from 255 or 58.21% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 156 - color contains mainly: green. Hex color #519C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519C1F is #AE63E0. Grayscale: #777777. Windows color (decimal): -11428833 or 2071633. OLE color: 2071633.

HSL color Cylindrical-coordinate representation of color #519C1F: hue angle of 96º 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 #519C1F is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 156 31 -
CMYK 0.48 0 0.80 0.39
HSL 96º 0.67% 0.37% -
HSV(B) 96º 0.8% 0.61% -
XYZ 15.53 25.63 5.42 -
YUV 119.33 78.15 100.66 -
System Red Green Blue C M Y K H S L
Decimal 81 156 31 0.48 0 0.80 0.39 96 0.67 0.37
Hex 51 9C 1F 30 0 50 27 60 43 25
Octal 121 234 37 60 0 120 47 140 103 45
Binary 1010001 10011100 11111 110000 0 1010000 100111 1100000 1000011 100101

Color Harmonies of #519C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519C1F

Black with #519C1F

Text Example


Text Example

White with #519C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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