#45ED44

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

Shades of Lime Green #45ED44

Tints of Lime Green #45ED44

Color information

#45ED44 (or 0x45ED44) is unknown color: approx Lime Green. HEX triplet: 45, ED and 44. RGB value is (69,237,68). Sum of RGB (Red+Green+Blue) = 69+237+68=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 237 (92.97% from 255 or 63.37% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 237 - color contains mainly: green. Hex color #45ED44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45ED44 is #BA12BB. Grayscale: #A8A8A8. Windows color (decimal): -12194492 or 4517189. OLE color: 4517189.

HSL color Cylindrical-coordinate representation of color #45ED44: hue angle of 119.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45ED44 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB6923768-
CMYK0.7100.710.07
HSL119.64º82.44%59.8%-
HSV(B)119.64º71.31%92.94%-
XYZ33.7862.2515.7-
YUV167.571.8457.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 237 (92.97% from 255) = 63.37%
BLUE value IS 68 (26.95% from 255) = 18.18%
R=18.45%
G=63.37%
B=18.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal69237680.7100.710.07119.6482.4459.8
Hex45ED4447047778523c
Octal1053551041070107717012274
Binary100010111101101100010010001110100011111111110001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ED44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,237,68); }

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

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

 a { background-color: rgb(69,237,68); }

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

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

 span { border-color: rgb(69,237,68); }

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