#45D431

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

Shades of Lime Green #45D431

Tints of Lime Green #45D431

Color information

#45D431 (or 0x45D431) is unknown color: approx Lime Green. HEX triplet: 45, D4 and 31. RGB value is (69,212,49). Sum of RGB (Red+Green+Blue) = 69+212+49=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 212 (83.20% from 255 or 64.24% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 212 - color contains mainly: green. Hex color #45D431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D431 is #BA2BCE. Grayscale: #979797. Windows color (decimal): -12200911 or 3265605. OLE color: 3265605.

HSL color Cylindrical-coordinate representation of color #45D431: hue angle of 112.64º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45D431 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB6921249-
CMYK0.6700.770.17
HSL112.64º65.46%51.18%-
HSV(B)112.64º76.89%83.14%-
XYZ26.5548.5710.88-
YUV150.6670.6269.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 212 (83.20% from 255) = 64.24%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=20.91%
G=64.24%
B=14.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal69212490.6700.770.17112.6465.4651.18
Hex45D4314304D11714133
Octal1053246110301152116110163
Binary1000101110101001100011000011010011011000111100011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,212,49); }

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

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

 a { background-color: rgb(69,212,49); }

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

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

 span { border-color: rgb(69,212,49); }

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