#51CD3D

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

Shades of Lime Green #51CD3D

Tints of Lime Green #51CD3D

Color information

#51CD3D (or 0x51CD3D) is unknown color: approx Lime Green. HEX triplet: 51, CD and 3D. RGB value is (81,205,61). Sum of RGB (Red+Green+Blue) = 81+205+61=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #51CD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51CD3D is #AE32C2. Grayscale: #979797. Windows color (decimal): -11416259 or 4050257. OLE color: 4050257.

HSL color Cylindrical-coordinate representation of color #51CD3D: hue angle of 111.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51CD3D is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB8120561-
CMYK0.6000.700.20
HSL111.67º59.02%52.16%-
HSV(B)111.67º70.24%80.39%-
XYZ26.0745.7511.87-
YUV151.5176.9277.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 205 (80.47% from 255) = 59.08%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=23.34%
G=59.08%
B=17.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81205610.6000.700.20111.6759.0252.16
Hex51CD3D3C04614703b34
Octal12131575740106241607364
Binary10100011100110111110111110001000110101001110000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,205,61); }

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

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

 a { background-color: rgb(81,205,61); }

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

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

 span { border-color: rgb(81,205,61); }

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