#45E251

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

Shades of Lime Green #45E251

Tints of Lime Green #45E251

Color information

#45E251 (or 0x45E251) is unknown color: approx Lime Green. HEX triplet: 45, E2 and 51. RGB value is (69,226,81). Sum of RGB (Red+Green+Blue) = 69+226+81=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 226 (88.67% from 255 or 60.11% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 226 - color contains mainly: green. Hex color #45E251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E251 is #BA1DAE. Grayscale: #A2A2A2. Windows color (decimal): -12197295 or 5366341. OLE color: 5366341.

HSL color Cylindrical-coordinate representation of color #45E251: hue angle of 124.59º 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 #45E251 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB6922681-
CMYK0.6900.640.11
HSL124.59º73.02%57.84%-
HSV(B)124.59º69.47%88.63%-
XYZ31.1456.2517-
YUV162.5381.9961.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.35%
GREEN value IS 226 (88.67% from 255) = 60.11%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=18.35%
G=60.11%
B=21.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal69226810.6900.640.11124.5973.0257.84
Hex45E25145040B7d493a
Octal10534212110501001317511172
Binary1000101111000101010001100010101000000101111111011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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