#45BF3E

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

Shades of Lime Green #45BF3E

Tints of Lime Green #45BF3E

Color information

#45BF3E (or 0x45BF3E) is unknown color: approx Lime Green. HEX triplet: 45, BF and 3E. RGB value is (69,191,62). Sum of RGB (Red+Green+Blue) = 69+191+62=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BF3E is #BA40C1. Grayscale: #8C8C8C. Windows color (decimal): -12206274 or 4112197. OLE color: 4112197.

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

Color convert

RGB6919162-
CMYK0.6400.680.25
HSL116.74º50.99%49.61%-
HSV(B)116.74º67.54%74.9%-
XYZ21.9538.8710.9-
YUV139.8284.0877.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.43%
GREEN value IS 191 (75% from 255) = 59.32%
BLUE value IS 62 (24.61% from 255) = 19.25%
R=21.43%
G=59.32%
B=19.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69191620.6400.680.25116.7450.9949.61
Hex45BF3E4004419753332
Octal105277761000104311656362
Binary100010110111111111110100000001000100110011110101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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