#45d52b

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

Shades of Lime Green #45D52B

Tints of Lime Green #45D52B

Color information

#45D52B (or 0x45D52B) is unknown color: approx Lime Green. HEX triplet: 45, D5 and 2B. RGB value is (69,213,43). Sum of RGB (Red+Green+Blue) = 69+213+43=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #45D52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D52B is #BA2AD4. Grayscale: #979797. Windows color (decimal): -12200661 or 2872645. OLE color: 2872645.

HSL color Cylindrical-coordinate representation of color #45D52B: hue angle of 110.82º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45D52B is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB6921343-
CMYK0.6800.800.16
HSL110.82º66.93%50.2%-
HSV(B)110.82º79.81%83.53%-
XYZ26.6849.0310.34-
YUV150.5667.2969.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 213 (83.59% from 255) = 65.54%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=21.23%
G=65.54%
B=13.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69213430.6800.800.16110.8266.9350.2
Hex45D52B44050106f4332
Octal1053255310401202015710362
Binary1000101110101011010111000100010100001000011011111000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45d52b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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