#51ED34

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

Shades of Lime Green #51ED34

Tints of Lime Green #51ED34

Color information

#51ED34 (or 0x51ED34) is unknown color: approx Lime Green. HEX triplet: 51, ED and 34. RGB value is (81,237,52). Sum of RGB (Red+Green+Blue) = 81+237+52=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 237 (92.97% from 255 or 64.05% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 237 - color contains mainly: green. Hex color #51ED34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51ED34 is #AE12CB. Grayscale: #A9A9A9. Windows color (decimal): -11408076 or 3468625. OLE color: 3468625.

HSL color Cylindrical-coordinate representation of color #51ED34: hue angle of 110.59º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51ED34 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB8123752-
CMYK0.6600.780.07
HSL110.59º83.71%56.67%-
HSV(B)110.59º78.06%92.94%-
XYZ34.362.5713.52-
YUV169.2761.8265.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 237 (92.97% from 255) = 64.05%
BLUE value IS 52 (20.70% from 255) = 14.05%
R=21.89%
G=64.05%
B=14.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal81237520.6600.780.07110.5983.7156.67
Hex51ED344204E76f5439
Octal121355641020116715712471
Binary10100011110110111010010000100100111011111011111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ED34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,237,52); }

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

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

 a { background-color: rgb(81,237,52); }

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

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

 span { border-color: rgb(81,237,52); }

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