#45C13A

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

Shades of Lime Green #45C13A

Tints of Lime Green #45C13A

Color information

#45C13A (or 0x45C13A) is unknown color: approx Lime Green. HEX triplet: 45, C1 and 3A. RGB value is (69,193,58). Sum of RGB (Red+Green+Blue) = 69+193+58=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #45C13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C13A is #BA3EC5. Grayscale: #8C8C8C. Windows color (decimal): -12205766 or 3850565. OLE color: 3850565.

HSL color Cylindrical-coordinate representation of color #45C13A: hue angle of 115.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45C13A is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB6919358-
CMYK0.6400.700.24
HSL115.11º53.78%49.22%-
HSV(B)115.11º69.95%75.69%-
XYZ22.2939.7110.49-
YUV140.5381.4276.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 193 (75.78% from 255) = 60.31%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=21.56%
G=60.31%
B=18.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69193580.6400.700.24115.1153.7849.22
Hex45C13A4004618733631
Octal105301721000106301636661
Binary100010111000001111010100000001000110110001110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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