#45c838

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

Shades of Lime Green #45C838

Tints of Lime Green #45C838

Color information

#45C838 (or 0x45C838) is unknown color: approx Lime Green. HEX triplet: 45, C8 and 38. RGB value is (69,200,56). Sum of RGB (Red+Green+Blue) = 69+200+56=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #45C838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C838 is #BA37C7. Grayscale: #909090. Windows color (decimal): -12203976 or 3721285. OLE color: 3721285.

HSL color Cylindrical-coordinate representation of color #45C838: hue angle of 114.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45C838 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB6920056-
CMYK0.6600.720.22
HSL114.58º56.69%50.2%-
HSV(B)114.58º72%78.43%-
XYZ23.8242.8610.76-
YUV144.4278.174.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 200 (78.52% from 255) = 61.54%
BLUE value IS 56 (22.27% from 255) = 17.23%
R=21.23%
G=61.54%
B=17.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69200560.6600.720.22114.5856.6950.2
Hex45C8384204816733932
Octal105310701020110261637162
Binary100010111001000111000100001001001000101101110011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45c838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,200,56); }

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

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

 a { background-color: rgb(69,200,56); }

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

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

 span { border-color: rgb(69,200,56); }

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