#45E94E

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

Shades of Lime Green #45E94E

Tints of Lime Green #45E94E

Color information

#45E94E (or 0x45E94E) is unknown color: approx Lime Green. HEX triplet: 45, E9 and 4E. RGB value is (69,233,78). Sum of RGB (Red+Green+Blue) = 69+233+78=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 233 (91.41% from 255 or 61.32% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 233 - color contains mainly: green. Hex color #45E94E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45E94E is #BA16B1. Grayscale: #A6A6A6. Windows color (decimal): -12195506 or 5171525. OLE color: 5171525.

HSL color Cylindrical-coordinate representation of color #45E94E: hue angle of 123.29º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E94E is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB6923378-
CMYK0.7000.670.09
HSL123.29º78.85%59.22%-
HSV(B)123.29º70.39%91.37%-
XYZ32.9760.0917.07-
YUV166.2978.1758.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.16%
GREEN value IS 233 (91.41% from 255) = 61.32%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=18.16%
G=61.32%
B=20.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal69233780.7000.670.09123.2978.8559.22
Hex45E94E4604397b4f3b
Octal10535111610601031117311773
Binary1000101111010011001110100011001000011100111110111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,233,78); }

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

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

 a { background-color: rgb(69,233,78); }

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

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

 span { border-color: rgb(69,233,78); }

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