#51E14B

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

Shades of Lime Green #51E14B

Tints of Lime Green #51E14B

Color information

#51E14B (or 0x51E14B) is unknown color: approx Lime Green. HEX triplet: 51, E1 and 4B. RGB value is (81,225,75). Sum of RGB (Red+Green+Blue) = 81+225+75=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #51E14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51E14B is #AE1EB4. Grayscale: #A5A5A5. Windows color (decimal): -11411125 or 4972881. OLE color: 4972881.

HSL color Cylindrical-coordinate representation of color #51E14B: hue angle of 117.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51E14B is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB8122575-
CMYK0.6400.670.12
HSL117.6º71.43%58.82%-
HSV(B)117.6º66.67%88.24%-
XYZ31.5956.1115.82-
YUV164.8477.2968.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 225 (88.28% from 255) = 59.06%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=21.26%
G=59.06%
B=19.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal81225750.6400.670.12117.671.4358.82
Hex51E14B40043C76473b
Octal12134111310001031416610773
Binary1010001111000011001011100000001000011110011101101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51E14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,225,75); }

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

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

 a { background-color: rgb(81,225,75); }

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

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

 span { border-color: rgb(81,225,75); }

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