#3af241

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

Shades of Lime Green #3AF241

Tints of Lime Green #3AF241

Color information

#3AF241 (or 0x3AF241) is unknown color: approx Lime Green. HEX triplet: 3A, F2 and 41. RGB value is (58,242,65). Sum of RGB (Red+Green+Blue) = 58+242+65=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF241 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF241 is #C50DBE. Grayscale: #A7A7A7. Windows color (decimal): -12914111 or 4321850. OLE color: 4321850.

HSL color Cylindrical-coordinate representation of color #3AF241: hue angle of 122.28º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF241 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB5824265-
CMYK0.7600.730.05
HSL122.28º87.62%58.82%-
HSV(B)122.28º76.03%94.9%-
XYZ34.4564.7915.69-
YUV166.8170.5450.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.89%
GREEN value IS 242 (94.92% from 255) = 66.30%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=15.89%
G=66.30%
B=17.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal58242650.7600.730.05122.2887.6258.82
Hex3AF2414C04957a583b
Octal723621011140111517213073
Binary11101011110010100000110011000100100110111110101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3af241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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