#45D255

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

Shades of Lime Green #45D255

Tints of Lime Green #45D255

Color information

#45D255 (or 0x45D255) is unknown color: approx Lime Green. HEX triplet: 45, D2 and 55. RGB value is (69,210,85). Sum of RGB (Red+Green+Blue) = 69+210+85=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 210 (82.42% from 255 or 57.69% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 210 - color contains mainly: green. Hex color #45D255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D255 is #BA2DAA. Grayscale: #999999. Windows color (decimal): -12201387 or 5624389. OLE color: 5624389.

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

Color convert

RGB6921085-
CMYK0.6700.600.18
HSL126.81º61.04%54.71%-
HSV(B)126.81º67.14%82.35%-
XYZ27.1448.0116.43-
YUV153.5989.2967.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 210 (82.42% from 255) = 57.69%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=18.96%
G=57.69%
B=23.35%

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
Decimal69210850.6700.600.18126.8161.0454.71
Hex45D2554303C127f3d37
Octal105322125103074221777567
Binary100010111010010101010110000110111100100101111111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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