#45e252

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

Shades of Lime Green #45E252

Tints of Lime Green #45E252

Color information

#45E252 (or 0x45E252) is unknown color: approx Lime Green. HEX triplet: 45, E2 and 52. RGB value is (69,226,82). Sum of RGB (Red+Green+Blue) = 69+226+82=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 226 (88.67% from 255 or 59.95% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 226 - color contains mainly: green. Hex color #45E252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E252 is #BA1DAD. Grayscale: #A3A3A3. Windows color (decimal): -12197294 or 5431877. OLE color: 5431877.

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

Color convert

RGB6922682-
CMYK0.6900.640.11
HSL124.97º73.02%57.84%-
HSV(B)124.97º69.47%88.63%-
XYZ31.1756.2717.2-
YUV162.6482.4961.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.30%
GREEN value IS 226 (88.67% from 255) = 59.95%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=18.30%
G=59.95%
B=21.75%

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
Decimal69226820.6900.640.11124.9773.0257.84
Hex45E25245040B7d493a
Octal10534212210501001317511172
Binary1000101111000101010010100010101000000101111111011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45e252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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