#41FA36

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

Shades of Lime Green #41FA36

Tints of Lime Green #41FA36

Color information

#41FA36 (or 0x41FA36) is unknown color: approx Lime Green. HEX triplet: 41, FA and 36. RGB value is (65,250,54). Sum of RGB (Red+Green+Blue) = 65+250+54=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 250 (98.05% from 255 or 67.75% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FA36 is #BE05C9. Grayscale: #ACACAC. Windows color (decimal): -12453322 or 3603009. OLE color: 3603009.

HSL color Cylindrical-coordinate representation of color #41FA36: hue angle of 116.63º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41FA36 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB6525054-
CMYK0.7400.780.02
HSL116.63º95.15%59.61%-
HSV(B)116.63º78.4%98.04%-
XYZ37.0369.7615-
YUV172.3461.2151.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.62%
GREEN value IS 250 (98.05% from 255) = 67.75%
BLUE value IS 54 (21.48% from 255) = 14.63%
R=17.62%
G=67.75%
B=14.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal65250540.7400.780.02116.6395.1559.61
Hex41FA364A04E2755f3c
Octal101372661120116216513774
Binary1000001111110101101101001010010011101011101011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,250,54); }

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

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

 a { background-color: rgb(65,250,54); }

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

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

 span { border-color: rgb(65,250,54); }

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