#45E250

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

Shades of Lime Green #45E250

Tints of Lime Green #45E250

Color information

#45E250 (or 0x45E250) is unknown color: approx Lime Green. HEX triplet: 45, E2 and 50. RGB value is (69,226,80). Sum of RGB (Red+Green+Blue) = 69+226+80=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 226 (88.67% from 255 or 60.27% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 226 - color contains mainly: green. Hex color #45E250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E250 is #BA1DAF. Grayscale: #A2A2A2. Windows color (decimal): -12197296 or 5300805. OLE color: 5300805.

HSL color Cylindrical-coordinate representation of color #45E250: hue angle of 124.2º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E250 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB6922680-
CMYK0.6900.650.11
HSL124.2º73.02%57.84%-
HSV(B)124.2º69.47%88.63%-
XYZ31.156.2416.81-
YUV162.4181.4961.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 226 (88.67% from 255) = 60.27%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=18.4%
G=60.27%
B=21.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal69226800.6900.650.11124.273.0257.84
Hex45E25045041B7c493a
Octal10534212010501011317411172
Binary1000101111000101010000100010101000001101111111001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,226,80); }

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

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

 a { background-color: rgb(69,226,80); }

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

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

 span { border-color: rgb(69,226,80); }

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