#51A02E

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

Shades of Limeade #51A02E

Tints of Limeade #51A02E

Color information

#51A02E (or 0x51A02E) is unknown color: approx Limeade. HEX triplet: 51, A0 and 2E. RGB value is (81,160,46). Sum of RGB (Red+Green+Blue) = 81+160+46=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #51A02E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A02E is #AE5FD1. Grayscale: #7B7B7B. Windows color (decimal): -11427794 or 3055697. OLE color: 3055697.

HSL color Cylindrical-coordinate representation of color #51A02E: hue angle of 101.58º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #51A02E is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB8116046-
CMYK0.4900.710.37
HSL101.58º55.34%40.39%-
HSV(B)101.58º71.25%62.75%-
XYZ16.4627.096.95-
YUV123.3884.3397.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.22%
GREEN value IS 160 (62.89% from 255) = 55.75%
BLUE value IS 46 (18.36% from 255) = 16.03%
R=28.22%
G=55.75%
B=16.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81160460.4900.710.37101.5855.3440.39
Hex51A02E3104725663728
Octal12124056610107451466750
Binary101000110100000101110110001010001111001011100110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,160,46); }

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

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

 a { background-color: rgb(81,160,46); }

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

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

 span { border-color: rgb(81,160,46); }

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