#45BD30

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

Shades of Lime Green #45BD30

Tints of Lime Green #45BD30

Color information

#45BD30 (or 0x45BD30) is unknown color: approx Lime Green. HEX triplet: 45, BD and 30. RGB value is (69,189,48). Sum of RGB (Red+Green+Blue) = 69+189+48=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BD30 is #BA42CF. Grayscale: #898989. Windows color (decimal): -12206800 or 3194181. OLE color: 3194181.

HSL color Cylindrical-coordinate representation of color #45BD30: hue angle of 111.06º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45BD30 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB6918948-
CMYK0.6300.750.26
HSL111.06º59.49%46.47%-
HSV(B)111.06º74.6%74.12%-
XYZ21.1937.878.99-
YUV137.0577.7479.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 189 (74.22% from 255) = 61.76%
BLUE value IS 48 (19.14% from 255) = 15.69%
R=22.55%
G=61.76%
B=15.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal69189480.6300.750.26111.0659.4946.47
Hex45BD303F04B1A6f3b2e
Octal10527560770113321577356
Binary10001011011110111000011111101001011110101101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,189,48); }

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

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

 a { background-color: rgb(69,189,48); }

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

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

 span { border-color: rgb(69,189,48); }

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