#45C344

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

Shades of Lime Green #45C344

Tints of Lime Green #45C344

Color information

#45C344 (or 0x45C344) is unknown color: approx Lime Green. HEX triplet: 45, C3 and 44. RGB value is (69,195,68). Sum of RGB (Red+Green+Blue) = 69+195+68=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #45C344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C344 is #BA3CBB. Grayscale: #8F8F8F. Windows color (decimal): -12205244 or 4506437. OLE color: 4506437.

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

Color convert

RGB6919568-
CMYK0.6500.650.24
HSL119.53º51.42%51.57%-
HSV(B)119.53º65.13%76.47%-
XYZ23.0140.7112.11-
YUV142.8585.7675.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 195 (76.56% from 255) = 58.73%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=20.78%
G=58.73%
B=20.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69195680.6500.650.24119.5351.4251.57
Hex45C3444104118783334
Octal1053031041010101301706364
Binary1000101110000111000100100000101000001110001111000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,195,68); }

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

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

 a { background-color: rgb(69,195,68); }

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

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

 span { border-color: rgb(69,195,68); }

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