#41C63F

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

Shades of Lime Green #41C63F

Tints of Lime Green #41C63F

Color information

#41C63F (or 0x41C63F) is unknown color: approx Lime Green. HEX triplet: 41, C6 and 3F. RGB value is (65,198,63). Sum of RGB (Red+Green+Blue) = 65+198+63=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #41C63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C63F is #BE39C0. Grayscale: #8F8F8F. Windows color (decimal): -12466625 or 4179521. OLE color: 4179521.

HSL color Cylindrical-coordinate representation of color #41C63F: hue angle of 119.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C63F is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB6519863-
CMYK0.6700.680.22
HSL119.11º54.22%51.18%-
HSV(B)119.11º68.18%77.65%-
XYZ23.2741.8711.56-
YUV142.8482.9472.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 198 (77.73% from 255) = 60.74%
BLUE value IS 63 (25% from 255) = 19.33%
R=19.94%
G=60.74%
B=19.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65198630.6700.680.22119.1154.2251.18
Hex41C63F4304416773633
Octal101306771030104261676663
Binary100000111000110111111100001101000100101101110111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41C63F; }

 p { color: rgb(65,198,63); }

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

<style>
 a { background-color: #41C63F; }

 a { background-color: rgb(65,198,63); }

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

<style>
 span { border-color: #41C63F; }

 span { border-color: rgb(65,198,63); }

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