#51A21E

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

Shades of Limeade #51A21E

Tints of Limeade #51A21E

Color information

#51A21E (or 0x51A21E) is unknown color: approx Limeade. HEX triplet: 51, A2 and 1E. RGB value is (81,162,30). Sum of RGB (Red+Green+Blue) = 81+162+30=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #51A21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A21E is #AE5DE1. Grayscale: #7B7B7B. Windows color (decimal): -11427298 or 2007633. OLE color: 2007633.

HSL color Cylindrical-coordinate representation of color #51A21E: hue angle of 96.82º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51A21E is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB8116230-
CMYK0.5000.810.36
HSL96.82º68.75%37.65%-
HSV(B)96.82º81.48%63.53%-
XYZ16.5527.685.7-
YUV122.7375.6698.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.67%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 30 (12.11% from 255) = 10.99%
R=29.67%
G=59.34%
B=10.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81162300.5000.810.3696.8268.7537.65
Hex51A21E3205124614526
Octal121242366201214414110546
Binary101000110100010111101100100101000110010011000011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A21E; }

 p { color: rgb(81,162,30); }

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

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

 a { background-color: rgb(81,162,30); }

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

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

 span { border-color: rgb(81,162,30); }

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