#3AFA41

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

Shades of Lime Green #3AFA41

Tints of Lime Green #3AFA41

Color information

#3AFA41 (or 0x3AFA41) is unknown color: approx Lime Green. HEX triplet: 3A, FA and 41. RGB value is (58,250,65). Sum of RGB (Red+Green+Blue) = 58+250+65=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 250 (98.05% from 255 or 67.02% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFA41 is #C505BE. Grayscale: #ACACAC. Windows color (decimal): -12912063 or 4323898. OLE color: 4323898.

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

Color convert

RGB5825065-
CMYK0.7700.740.02
HSL122.19º95.05%60.39%-
HSV(B)122.19º76.8%98.04%-
XYZ36.8869.6516.5-
YUV171.567.8947.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.55%
GREEN value IS 250 (98.05% from 255) = 67.02%
BLUE value IS 65 (25.78% from 255) = 17.43%
R=15.55%
G=67.02%
B=17.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal58250650.7700.740.02122.1995.0560.39
Hex3AFA414D04A27a5f3c
Octal723721011150112217213774
Binary1110101111101010000011001101010010101011110101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AFA41; }

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

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

<style>
 a { background-color: #3AFA41; }

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

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

<style>
 span { border-color: #3AFA41; }

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

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