#51D03B

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

Shades of Lime Green #51D03B

Tints of Lime Green #51D03B

Color information

#51D03B (or 0x51D03B) is unknown color: approx Lime Green. HEX triplet: 51, D0 and 3B. RGB value is (81,208,59). Sum of RGB (Red+Green+Blue) = 81+208+59=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #51D03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D03B is #AE2FC4. Grayscale: #999999. Windows color (decimal): -11415493 or 3919953. OLE color: 3919953.

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

Color convert

RGB8120859-
CMYK0.6100.720.18
HSL111.14º61.32%52.35%-
HSV(B)111.14º71.63%81.57%-
XYZ26.7447.1811.83-
YUV153.0474.9276.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 208 (81.64% from 255) = 59.77%
BLUE value IS 59 (23.44% from 255) = 16.95%
R=23.28%
G=59.77%
B=16.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81208590.6100.720.18111.1461.3252.35
Hex51D03B3D048126f3d34
Octal12132073750110221577564
Binary10100011101000011101111110101001000100101101111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,208,59); }

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

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

 a { background-color: rgb(81,208,59); }

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

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

 span { border-color: rgb(81,208,59); }

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