#51D648

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

Shades of Lime Green #51D648

Tints of Lime Green #51D648

Color information

#51D648 (or 0x51D648) is unknown color: approx Lime Green. HEX triplet: 51, D6 and 48. RGB value is (81,214,72). Sum of RGB (Red+Green+Blue) = 81+214+72=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #51D648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D648 is #AE29B7. Grayscale: #9E9E9E. Windows color (decimal): -11413944 or 4773457. OLE color: 4773457.

HSL color Cylindrical-coordinate representation of color #51D648: hue angle of 116.2º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51D648 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB8121472-
CMYK0.6200.660.16
HSL116.2º63.39%56.08%-
HSV(B)116.2º66.36%83.92%-
XYZ28.6150.3114.33-
YUV158.0479.4473.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 214 (83.98% from 255) = 58.31%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=22.07%
G=58.31%
B=19.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81214720.6200.660.16116.263.3956.08
Hex51D6483E04210743f38
Octal121326110760102201647770
Binary101000111010110100100011111001000010100001110100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,214,72); }

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

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

 a { background-color: rgb(81,214,72); }

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

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

 span { border-color: rgb(81,214,72); }

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