#51992B

Color #51992B Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #51992B

Tints of Limeade #51992B

Color information

#51992B (or 0x51992B) is unknown color: approx Limeade. HEX triplet: 51, 99 and 2B. RGB value is (81,153,43). Sum of RGB (Red+Green+Blue) = 81+153+43=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #51992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51992B is #AE66D4. Grayscale: #777777. Windows color (decimal): -11429589 or 2857297. OLE color: 2857297.

HSL color Cylindrical-coordinate representation of color #51992B: hue angle of 99.27º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51992B is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB8115343-
CMYK0.4700.720.4
HSL99.27º56.12%38.43%-
HSV(B)99.27º71.9%60%-
XYZ15.2224.716.25-
YUV118.9385.15100.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 43 (17.19% from 255) = 15.52%
R=29.24%
G=55.23%
B=15.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81153430.4700.720.499.2756.1238.43
Hex51992B2F04828633826
Octal12123153570110501437046
Binary101000110011001101011101111010010001010001100011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51992B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51992B; }

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

 H1.HeaderClassName
 {
   color: #51992B;
 }
 .AnyTagClassName
 {
   color: #51992B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #51992B;
 }
 .BgClassName
 {
   background-color: #51992B;
 }
</style>
border-color css

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

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

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