#45C433

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

Shades of Lime Green #45C433

Tints of Lime Green #45C433

Color information

#45C433 (or 0x45C433) is unknown color: approx Lime Green. HEX triplet: 45, C4 and 33. RGB value is (69,196,51). Sum of RGB (Red+Green+Blue) = 69+196+51=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 196 (76.95% from 255 or 62.03% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 196 - color contains mainly: green. Hex color #45C433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C433 is #BA3BCC. Grayscale: #8D8D8D. Windows color (decimal): -12205005 or 3392581. OLE color: 3392581.

HSL color Cylindrical-coordinate representation of color #45C433: hue angle of 112.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45C433 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB6919651-
CMYK0.6500.740.23
HSL112.55º58.7%48.43%-
HSV(B)112.55º73.98%76.86%-
XYZ22.7940.989.84-
YUV141.576.9276.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 196 (76.95% from 255) = 62.03%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=21.84%
G=62.03%
B=16.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69196510.6500.740.23112.5558.748.43
Hex45C4334104A17713b30
Octal105304631010112271617360
Binary100010111000100110011100000101001010101111110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,196,51); }

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

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

 a { background-color: rgb(69,196,51); }

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

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

 span { border-color: rgb(69,196,51); }

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