#45F53E

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

Shades of Lime Green #45F53E

Tints of Lime Green #45F53E

Color information

#45F53E (or 0x45F53E) is unknown color: approx Lime Green. HEX triplet: 45, F5 and 3E. RGB value is (69,245,62). Sum of RGB (Red+Green+Blue) = 69+245+62=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 245 (96.09% from 255 or 65.16% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 245 - color contains mainly: green. Hex color #45F53E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F53E is #BA0AC1. Grayscale: #ACACAC. Windows color (decimal): -12192450 or 4126021. OLE color: 4126021.

HSL color Cylindrical-coordinate representation of color #45F53E: hue angle of 117.7º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45F53E is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB6924562-
CMYK0.7200.750.04
HSL117.7º90.15%60.2%-
HSV(B)117.7º74.69%96.08%-
XYZ35.9866.9215.58-
YUV171.5166.1954.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.35%
GREEN value IS 245 (96.09% from 255) = 65.16%
BLUE value IS 62 (24.61% from 255) = 16.49%
R=18.35%
G=65.16%
B=16.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal69245620.7200.750.04117.790.1560.2
Hex45F53E4804B4765a3c
Octal105365761100113416613274
Binary10001011111010111111010010000100101110011101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,245,62); }

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

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

 a { background-color: rgb(69,245,62); }

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

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

 span { border-color: rgb(69,245,62); }

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