#41B73C

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

Shades of Lime Green #41B73C

Tints of Lime Green #41B73C

Color information

#41B73C (or 0x41B73C) is unknown color: approx Lime Green. HEX triplet: 41, B7 and 3C. RGB value is (65,183,60). Sum of RGB (Red+Green+Blue) = 65+183+60=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #41B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B73C is #BE48C3. Grayscale: #868686. Windows color (decimal): -12470468 or 3979073. OLE color: 3979073.

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

Color convert

RGB6518360-
CMYK0.6400.670.28
HSL117.56º50.62%47.65%-
HSV(B)117.56º67.21%71.76%-
XYZ19.9335.3210.04-
YUV133.786.4179-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 183 (71.88% from 255) = 59.42%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=21.10%
G=59.42%
B=19.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal65183600.6400.670.28117.5650.6247.65
Hex41B73C400431C763330
Octal101267741000103341666360
Binary100000110110111111100100000001000011111001110110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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