#45C148

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

Shades of Lime Green #45C148

Tints of Lime Green #45C148

Color information

#45C148 (or 0x45C148) is unknown color: approx Lime Green. HEX triplet: 45, C1 and 48. RGB value is (69,193,72). Sum of RGB (Red+Green+Blue) = 69+193+72=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #45C148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C148 is #BA3EB7. Grayscale: #8E8E8E. Windows color (decimal): -12205752 or 4768069. OLE color: 4768069.

HSL color Cylindrical-coordinate representation of color #45C148: hue angle of 121.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C148 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB6919372-
CMYK0.6400.630.24
HSL121.45º50%51.37%-
HSV(B)121.45º64.25%75.69%-
XYZ22.6939.8712.63-
YUV142.1388.4275.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 193 (75.78% from 255) = 57.78%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=20.66%
G=57.78%
B=21.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69193720.6400.630.24121.455051.37
Hex45C1484003F18793233
Octal105301110100077301716263
Binary100010111000001100100010000000111111110001111001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,193,72); }

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

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

 a { background-color: rgb(69,193,72); }

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

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

 span { border-color: rgb(69,193,72); }

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