#45B435

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

Shades of Lime Green #45B435

Tints of Lime Green #45B435

Color information

#45B435 (or 0x45B435) is unknown color: approx Lime Green. HEX triplet: 45, B4 and 35. RGB value is (69,180,53). Sum of RGB (Red+Green+Blue) = 69+180+53=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #45B435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B435 is #BA4BCA. Grayscale: #848484. Windows color (decimal): -12209099 or 3519557. OLE color: 3519557.

HSL color Cylindrical-coordinate representation of color #45B435: hue angle of 112.44º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45B435 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB6918053-
CMYK0.6200.710.29
HSL112.44º54.51%45.69%-
HSV(B)112.44º70.56%70.59%-
XYZ19.4234.168.94-
YUV132.3383.2382.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 180 (70.70% from 255) = 59.60%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=22.85%
G=59.60%
B=17.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69180530.6200.710.29112.4454.5145.69
Hex45B4353E0471D70372e
Octal10526465760107351606756
Binary10001011011010011010111111001000111111011110000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,180,53); }

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

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

 a { background-color: rgb(69,180,53); }

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

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

 span { border-color: rgb(69,180,53); }

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