#41B738

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

Shades of Lime Green #41B738

Tints of Lime Green #41B738

Color information

#41B738 (or 0x41B738) is unknown color: approx Lime Green. HEX triplet: 41, B7 and 38. RGB value is (65,183,56). Sum of RGB (Red+Green+Blue) = 65+183+56=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #41B738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B738 is #BE48C7. Grayscale: #858585. Windows color (decimal): -12470472 or 3716929. OLE color: 3716929.

HSL color Cylindrical-coordinate representation of color #41B738: hue angle of 115.75º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41B738 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB6518356-
CMYK0.6400.690.28
HSL115.75º53.14%46.86%-
HSV(B)115.75º69.4%71.76%-
XYZ19.8335.289.51-
YUV133.2484.4179.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 183 (71.88% from 255) = 60.20%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=21.38%
G=60.20%
B=18.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal65183560.6400.690.28115.7553.1446.86
Hex41B738400451C74352f
Octal101267701000105341646557
Binary100000110110111111000100000001000101111001110100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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