#45E32B

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

Shades of Lime Green #45E32B

Tints of Lime Green #45E32B

Color information

#45E32B (or 0x45E32B) is unknown color: approx Lime Green. HEX triplet: 45, E3 and 2B. RGB value is (69,227,43). Sum of RGB (Red+Green+Blue) = 69+227+43=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 227 (89.06% from 255 or 66.96% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 227 - color contains mainly: green. Hex color #45E32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E32B is #BA1CD4. Grayscale: #9F9F9F. Windows color (decimal): -12197077 or 2876229. OLE color: 2876229.

HSL color Cylindrical-coordinate representation of color #45E32B: hue angle of 111.52º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45E32B is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB6922743-
CMYK0.7000.810.11
HSL111.52º76.67%52.94%-
HSV(B)111.52º81.06%89.02%-
XYZ30.3656.3811.57-
YUV158.7862.6563.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 227 (89.06% from 255) = 66.96%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=20.35%
G=66.96%
B=12.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal69227430.7000.810.11111.5276.6752.94
Hex45E32B46051B704d35
Octal1053435310601211316011565
Binary100010111100011101011100011001010001101111100001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,227,43); }

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

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

 a { background-color: rgb(69,227,43); }

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

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

 span { border-color: rgb(69,227,43); }

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