#45DE4E

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

Shades of Lime Green #45DE4E

Tints of Lime Green #45DE4E

Color information

#45DE4E (or 0x45DE4E) is unknown color: approx Lime Green. HEX triplet: 45, DE and 4E. RGB value is (69,222,78). Sum of RGB (Red+Green+Blue) = 69+222+78=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 222 (87.11% from 255 or 60.16% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DE4E is #BA21B1. Grayscale: #A0A0A0. Windows color (decimal): -12198322 or 5168709. OLE color: 5168709.

HSL color Cylindrical-coordinate representation of color #45DE4E: hue angle of 123.53º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DE4E is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB6922278-
CMYK0.6900.650.13
HSL123.53º69.86%57.06%-
HSV(B)123.53º68.92%87.06%-
XYZ29.9554.0616.06-
YUV159.8481.8163.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.70%
GREEN value IS 222 (87.11% from 255) = 60.16%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=18.70%
G=60.16%
B=21.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69222780.6900.650.13123.5369.8657.06
Hex45DE4E45041D7c4639
Octal10533611610501011517410671
Binary1000101110111101001110100010101000001110111111001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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