#45D053

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

Shades of Lime Green #45D053

Tints of Lime Green #45D053

Color information

#45D053 (or 0x45D053) is unknown color: approx Lime Green. HEX triplet: 45, D0 and 53. RGB value is (69,208,83). Sum of RGB (Red+Green+Blue) = 69+208+83=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #45D053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D053 is #BA2FAC. Grayscale: #989898. Windows color (decimal): -12201901 or 5492805. OLE color: 5492805.

HSL color Cylindrical-coordinate representation of color #45D053: hue angle of 126.04º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D053 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB6920883-
CMYK0.6700.600.18
HSL126.04º59.66%54.31%-
HSV(B)126.04º66.83%81.57%-
XYZ26.574715.86-
YUV152.1988.9568.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 208 (81.64% from 255) = 57.78%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=19.17%
G=57.78%
B=23.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69208830.6700.600.18126.0459.6654.31
Hex45D0534303C127e3c36
Octal105320123103074221767466
Binary100010111010000101001110000110111100100101111110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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