#45E842

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

Shades of Lime Green #45E842

Tints of Lime Green #45E842

Color information

#45E842 (or 0x45E842) is unknown color: approx Lime Green. HEX triplet: 45, E8 and 42. RGB value is (69,232,66). Sum of RGB (Red+Green+Blue) = 69+232+66=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 232 (91.02% from 255 or 63.22% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 232 - color contains mainly: green. Hex color #45E842 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45E842 is #BA17BD. Grayscale: #A4A4A4. Windows color (decimal): -12195774 or 4384837. OLE color: 4384837.

HSL color Cylindrical-coordinate representation of color #45E842: hue angle of 118.92º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45E842 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB6923266-
CMYK0.7000.720.09
HSL118.92º78.3%58.43%-
HSV(B)118.92º71.55%90.98%-
XYZ32.2959.3714.91-
YUV164.3472.560-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.80%
GREEN value IS 232 (91.02% from 255) = 63.22%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=18.80%
G=63.22%
B=17.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal69232660.7000.720.09118.9278.358.43
Hex45E842460489774e3a
Octal10535010210601101116711672
Binary1000101111010001000010100011001001000100111101111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,232,66); }

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

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

 a { background-color: rgb(69,232,66); }

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

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

 span { border-color: rgb(69,232,66); }

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