#45DE50

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

Shades of Lime Green #45DE50

Tints of Lime Green #45DE50

Color information

#45DE50 (or 0x45DE50) is unknown color: approx Lime Green. HEX triplet: 45, DE and 50. RGB value is (69,222,80). Sum of RGB (Red+Green+Blue) = 69+222+80=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DE50 is #BA21AF. Grayscale: #A0A0A0. Windows color (decimal): -12198320 or 5299781. OLE color: 5299781.

HSL color Cylindrical-coordinate representation of color #45DE50: hue angle of 124.31º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DE50 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB6922280-
CMYK0.6900.640.13
HSL124.31º69.86%57.06%-
HSV(B)124.31º68.92%87.06%-
XYZ30.0254.0916.45-
YUV160.0682.8163.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 222 (87.11% from 255) = 59.84%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=18.60%
G=59.84%
B=21.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69222800.6900.640.13124.3169.8657.06
Hex45DE5045040D7c4639
Octal10533612010501001517410671
Binary1000101110111101010000100010101000000110111111001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45DE50; }

 p { color: rgb(69,222,80); }

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

<style>
 a { background-color: #45DE50; }

 a { background-color: rgb(69,222,80); }

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

<style>
 span { border-color: #45DE50; }

 span { border-color: rgb(69,222,80); }

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