#45C23A

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

Shades of Lime Green #45C23A

Tints of Lime Green #45C23A

Color information

#45C23A (or 0x45C23A) is unknown color: approx Lime Green. HEX triplet: 45, C2 and 3A. RGB value is (69,194,58). Sum of RGB (Red+Green+Blue) = 69+194+58=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #45C23A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C23A is #BA3DC5. Grayscale: #8D8D8D. Windows color (decimal): -12205510 or 3850821. OLE color: 3850821.

HSL color Cylindrical-coordinate representation of color #45C23A: hue angle of 115.15º 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 #45C23A is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB6919458-
CMYK0.6400.700.24
HSL115.15º53.97%49.41%-
HSV(B)115.15º70.1%76.08%-
XYZ22.5140.1510.57-
YUV141.1281.0976.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 194 (76.17% from 255) = 60.44%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=21.50%
G=60.44%
B=18.07%

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
Decimal69194580.6400.700.24115.1553.9749.41
Hex45C23A4004618733631
Octal105302721000106301636661
Binary100010111000010111010100000001000110110001110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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