#45D02B

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

Shades of Lime Green #45D02B

Tints of Lime Green #45D02B

Color information

#45D02B (or 0x45D02B) is unknown color: approx Lime Green. HEX triplet: 45, D0 and 2B. RGB value is (69,208,43). Sum of RGB (Red+Green+Blue) = 69+208+43=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #45D02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D02B is #BA2FD4. Grayscale: #949494. Windows color (decimal): -12201941 or 2871365. OLE color: 2871365.

HSL color Cylindrical-coordinate representation of color #45D02B: hue angle of 110.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45D02B is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB6920843-
CMYK0.6700.790.18
HSL110.55º65.74%49.22%-
HSV(B)110.55º79.33%81.57%-
XYZ25.4546.559.93-
YUV147.6368.9571.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 208 (81.64% from 255) = 65%
BLUE value IS 43 (17.19% from 255) = 13.44%
R=21.56%
G=65%
B=13.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69208430.6700.790.18110.5565.7449.22
Hex45D02B4304F126f4231
Octal1053205310301172215710261
Binary1000101110100001010111000011010011111001011011111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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