#45CD55

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

Shades of Lime Green #45CD55

Tints of Lime Green #45CD55

Color information

#45CD55 (or 0x45CD55) is unknown color: approx Lime Green. HEX triplet: 45, CD and 55. RGB value is (69,205,85). Sum of RGB (Red+Green+Blue) = 69+205+85=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #45CD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CD55 is #BA32AA. Grayscale: #969696. Windows color (decimal): -12202667 or 5623109. OLE color: 5623109.

HSL color Cylindrical-coordinate representation of color #45CD55: hue angle of 127.06º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CD55 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB6920585-
CMYK0.6600.590.20
HSL127.06º57.63%53.73%-
HSV(B)127.06º66.34%80.39%-
XYZ25.9345.5816.03-
YUV150.6690.9469.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.22%
GREEN value IS 205 (80.47% from 255) = 57.10%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=19.22%
G=57.10%
B=23.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal69205850.6600.590.20127.0657.6353.73
Hex45CD554203B147f3a36
Octal105315125102073241777266
Binary100010111001101101010110000100111011101001111111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,205,85); }

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

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

 a { background-color: rgb(69,205,85); }

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

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

 span { border-color: rgb(69,205,85); }

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