#45CD53

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

Shades of Lime Green #45CD53

Tints of Lime Green #45CD53

Color information

#45CD53 (or 0x45CD53) is unknown color: approx Lime Green. HEX triplet: 45, CD and 53. RGB value is (69,205,83). Sum of RGB (Red+Green+Blue) = 69+205+83=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 205 (80.47% from 255 or 57.42% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 205 - color contains mainly: green. Hex color #45CD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CD53 is #BA32AC. Grayscale: #969696. Windows color (decimal): -12202669 or 5492037. OLE color: 5492037.

HSL color Cylindrical-coordinate representation of color #45CD53: hue angle of 126.18º 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 #45CD53 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB6920583-
CMYK0.6600.600.20
HSL126.18º57.63%53.73%-
HSV(B)126.18º66.34%80.39%-
XYZ25.8545.5515.61-
YUV150.4389.9469.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.33%
GREEN value IS 205 (80.47% from 255) = 57.42%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=19.33%
G=57.42%
B=23.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal69205830.6600.600.20126.1857.6353.73
Hex45CD534203C147e3a36
Octal105315123102074241767266
Binary100010111001101101001110000100111100101001111110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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