#45D052

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

Shades of Lime Green #45D052

Tints of Lime Green #45D052

Color information

#45D052 (or 0x45D052) is unknown color: approx Lime Green. HEX triplet: 45, D0 and 52. RGB value is (69,208,82). Sum of RGB (Red+Green+Blue) = 69+208+82=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #45D052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D052 is #BA2FAD. Grayscale: #989898. Windows color (decimal): -12201902 or 5427269. OLE color: 5427269.

HSL color Cylindrical-coordinate representation of color #45D052: hue angle of 125.61º 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 #45D052 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB6920882-
CMYK0.6700.610.18
HSL125.61º59.66%54.31%-
HSV(B)125.61º66.83%81.57%-
XYZ26.5346.9915.65-
YUV152.0788.4568.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.22%
GREEN value IS 208 (81.64% from 255) = 57.94%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=19.22%
G=57.94%
B=22.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69208820.6700.610.18125.6159.6654.31
Hex45D0524303D127e3c36
Octal105320122103075221767466
Binary100010111010000101001010000110111101100101111110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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