#51D240

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

Shades of Lime Green #51D240

Tints of Lime Green #51D240

Color information

#51D240 (or 0x51D240) is unknown color: approx Lime Green. HEX triplet: 51, D2 and 40. RGB value is (81,210,64). Sum of RGB (Red+Green+Blue) = 81+210+64=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #51D240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D240 is #AE2DBF. Grayscale: #9B9B9B. Windows color (decimal): -11414976 or 4248145. OLE color: 4248145.

HSL color Cylindrical-coordinate representation of color #51D240: hue angle of 113.01º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51D240 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB8121064-
CMYK0.6100.700.18
HSL113.01º61.86%53.73%-
HSV(B)113.01º69.52%82.35%-
XYZ27.3748.2112.71-
YUV154.7876.7675.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 210 (82.42% from 255) = 59.15%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=22.82%
G=59.15%
B=18.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81210640.6100.700.18113.0161.8653.73
Hex51D2403D04612713e36
Octal121322100750106221617666
Binary101000111010010100000011110101000110100101110001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,210,64); }

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

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

 a { background-color: rgb(81,210,64); }

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

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

 span { border-color: rgb(81,210,64); }

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