#45D54A

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

Shades of Lime Green #45D54A

Tints of Lime Green #45D54A

Color information

#45D54A (or 0x45D54A) is unknown color: approx Lime Green. HEX triplet: 45, D5 and 4A. RGB value is (69,213,74). Sum of RGB (Red+Green+Blue) = 69+213+74=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #45D54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D54A is #BA2AB5. Grayscale: #9A9A9A. Windows color (decimal): -12200630 or 4904261. OLE color: 4904261.

HSL color Cylindrical-coordinate representation of color #45D54A: hue angle of 122.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D54A is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB6921374-
CMYK0.6800.650.16
HSL122.08º63.16%55.29%-
HSV(B)122.08º67.61%83.53%-
XYZ27.4849.3514.56-
YUV154.182.7967.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 213 (83.59% from 255) = 59.83%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=19.38%
G=59.83%
B=20.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69213740.6800.650.16122.0863.1655.29
Hex45D54A44041107a3f37
Octal1053251121040101201727767
Binary1000101110101011001010100010001000001100001111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,213,74); }

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

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

 a { background-color: rgb(69,213,74); }

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

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

 span { border-color: rgb(69,213,74); }

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