#51D44B

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

Shades of Lime Green #51D44B

Tints of Lime Green #51D44B

Color information

#51D44B (or 0x51D44B) is unknown color: approx Lime Green. HEX triplet: 51, D4 and 4B. RGB value is (81,212,75). Sum of RGB (Red+Green+Blue) = 81+212+75=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #51D44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D44B is #AE2BB4. Grayscale: #9D9D9D. Windows color (decimal): -11414453 or 4969553. OLE color: 4969553.

HSL color Cylindrical-coordinate representation of color #51D44B: hue angle of 117.37º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51D44B is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB8121275-
CMYK0.6200.650.17
HSL117.37º61.43%56.27%-
HSV(B)117.37º64.62%83.14%-
XYZ28.2149.3414.69-
YUV157.2181.673.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 212 (83.20% from 255) = 57.61%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=22.01%
G=57.61%
B=20.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal81212750.6200.650.17117.3761.4356.27
Hex51D44B3E04111753d38
Octal121324113760101211657570
Binary101000111010100100101111111001000001100011110101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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