#41C938

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

Shades of Lime Green #41C938

Tints of Lime Green #41C938

Color information

#41C938 (or 0x41C938) is unknown color: approx Lime Green. HEX triplet: 41, C9 and 38. RGB value is (65,201,56). Sum of RGB (Red+Green+Blue) = 65+201+56=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 201 (78.91% from 255 or 62.42% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 201 - color contains mainly: green. Hex color #41C938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C938 is #BE36C7. Grayscale: #909090. Windows color (decimal): -12465864 or 3721537. OLE color: 3721537.

HSL color Cylindrical-coordinate representation of color #41C938: hue angle of 116.28º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41C938 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB6520156-
CMYK0.6800.720.21
HSL116.28º57.31%50.39%-
HSV(B)116.28º72.14%78.82%-
XYZ23.7843.1810.82-
YUV143.8178.4471.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 201 (78.91% from 255) = 62.42%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=20.19%
G=62.42%
B=17.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65201560.6800.720.21116.2857.3150.39
Hex41C9384404815743932
Octal101311701040110251647162
Binary100000111001001111000100010001001000101011110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,201,56); }

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

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

 a { background-color: rgb(65,201,56); }

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

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

 span { border-color: rgb(65,201,56); }

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