#45E24F

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

Shades of Lime Green #45E24F

Tints of Lime Green #45E24F

Color information

#45E24F (or 0x45E24F) is unknown color: approx Lime Green. HEX triplet: 45, E2 and 4F. RGB value is (69,226,79). Sum of RGB (Red+Green+Blue) = 69+226+79=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 226 (88.67% from 255 or 60.43% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 226 - color contains mainly: green. Hex color #45E24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E24F is #BA1DB0. Grayscale: #A2A2A2. Windows color (decimal): -12197297 or 5235269. OLE color: 5235269.

HSL color Cylindrical-coordinate representation of color #45E24F: hue angle of 123.82º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E24F is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB6922679-
CMYK0.6900.650.11
HSL123.82º73.02%57.84%-
HSV(B)123.82º69.47%88.63%-
XYZ31.0656.2216.61-
YUV162.380.9961.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 226 (88.67% from 255) = 60.43%
BLUE value IS 79 (31.25% from 255) = 21.12%
R=18.45%
G=60.43%
B=21.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal69226790.6900.650.11123.8273.0257.84
Hex45E24F45041B7c493a
Octal10534211710501011317411172
Binary1000101111000101001111100010101000001101111111001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,226,79); }

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

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

 a { background-color: rgb(69,226,79); }

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

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

 span { border-color: rgb(69,226,79); }

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