#41F83C

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

Shades of Lime Green #41F83C

Tints of Lime Green #41F83C

Color information

#41F83C (or 0x41F83C) is unknown color: approx Lime Green. HEX triplet: 41, F8 and 3C. RGB value is (65,248,60). Sum of RGB (Red+Green+Blue) = 65+248+60=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 248 (97.27% from 255 or 66.49% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 248 - color contains mainly: green. Hex color #41F83C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F83C is #BE07C3. Grayscale: #ACACAC. Windows color (decimal): -12453828 or 3995713. OLE color: 3995713.

HSL color Cylindrical-coordinate representation of color #41F83C: hue angle of 118.4º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41F83C is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB6524860-
CMYK0.7400.760.03
HSL118.4º93.07%60.39%-
HSV(B)118.4º75.81%97.25%-
XYZ36.5668.5815.59-
YUV171.8564.8751.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.43%
GREEN value IS 248 (97.27% from 255) = 66.49%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=17.43%
G=66.49%
B=16.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal65248600.7400.760.03118.493.0760.39
Hex41F83C4A04C3765d3c
Octal101370741120114316613574
Binary1000001111110001111001001010010011001111101101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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