#45BF42

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

Shades of Lime Green #45BF42

Tints of Lime Green #45BF42

Color information

#45BF42 (or 0x45BF42) is unknown color: approx Lime Green. HEX triplet: 45, BF and 42. RGB value is (69,191,66). Sum of RGB (Red+Green+Blue) = 69+191+66=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BF42 is #BA40BD. Grayscale: #8C8C8C. Windows color (decimal): -12206270 or 4374341. OLE color: 4374341.

HSL color Cylindrical-coordinate representation of color #45BF42: hue angle of 118.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45BF42 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB6919166-
CMYK0.6400.650.25
HSL118.56º49.41%50.39%-
HSV(B)118.56º65.45%74.9%-
XYZ22.0738.9211.5-
YUV140.2786.0877.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 191 (75% from 255) = 58.59%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=21.17%
G=58.59%
B=20.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69191660.6400.650.25118.5649.4150.39
Hex45BF424004119773132
Octal1052771021000101311676162
Binary1000101101111111000010100000001000001110011110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,191,66); }

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

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

 a { background-color: rgb(69,191,66); }

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

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

 span { border-color: rgb(69,191,66); }

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